From 7bff585d83444dba96c952578a265a5537fec459 Mon Sep 17 00:00:00 2001 From: Michael Sparmann Date: Wed, 21 Oct 2009 18:52:09 +0000 Subject: iPod Nano 2G: "Fix" the latest PCM issues, channel swap and vinyl popping. The latter is a revert of the cache coherency patch for now, we need to find a better solution in the long term... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23308 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ipodnano2g.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'firmware/export') diff --git a/firmware/export/config-ipodnano2g.h b/firmware/export/config-ipodnano2g.h index 3b50238c02..d325dd7223 100644 --- a/firmware/export/config-ipodnano2g.h +++ b/firmware/export/config-ipodnano2g.h @@ -105,6 +105,8 @@ /* Define the type of audio codec */ #define HAVE_WM8975 +#define HAVE_PCM_DMA_ADDRESS + /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT #define HAVE_BACKLIGHT_BRIGHTNESS @@ -205,5 +207,5 @@ #define USB_VENDOR_ID 0x05AC #define USB_PRODUCT_ID 0x1260 #define USB_NUM_ENDPOINTS 5 -/* #define USE_ROCKBOX_USB - needs testing */ +#define USE_ROCKBOX_USB #define USB_DEVBSS_ATTR __attribute__((aligned(16))) -- cgit v1.2.3