From 7e0ea2153c24e00e3fdb8888fe19fc8fccca77c6 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 30 Mar 2006 20:18:02 +0000 Subject: iPod mini 2G: Define correct audio codec, and fix WM8731 driver to work with PP5020. Audio is working now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9367 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ipodmini2g.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'firmware/export/config-ipodmini2g.h') diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h index 60d812f8d7..83192cc627 100755 --- a/firmware/export/config-ipodmini2g.h +++ b/firmware/export/config-ipodmini2g.h @@ -6,7 +6,7 @@ #define IPOD_ARCH 1 /* For Rolo and boot loader */ -#define MODEL_NUMBER 11 +#define MODEL_NUMBER 11 /* define this if you have recording possibility */ /*#define HAVE_RECORDING 1*/ @@ -40,8 +40,8 @@ /* The number of bytes reserved for loadable plugins */ #define PLUGIN_BUFFER_SIZE 0x80000 -/* Define this if you have the WM8975 audio codec */ -#define HAVE_WM8975 +/* Define this if you have the WM8721 audio codec */ +#define HAVE_WM8721 /* actually WM8731 but no recording */ /* Define this for LCD backlight available */ #define CONFIG_BACKLIGHT BL_IPODMINI /* port controlled */ -- cgit v1.2.3