diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-03-30 20:18:02 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-03-30 20:18:02 +0000 |
| commit | 7e0ea2153c24e00e3fdb8888fe19fc8fccca77c6 (patch) | |
| tree | ff64fd5da311635bf751acf7c2a92aedebd69031 /firmware/export | |
| parent | d5c927d92ffa50e893b389a88843a5ccd4409e03 (diff) | |
| download | rockbox-7e0ea2153c24e00e3fdb8888fe19fc8fccca77c6.zip rockbox-7e0ea2153c24e00e3fdb8888fe19fc8fccca77c6.tar.gz rockbox-7e0ea2153c24e00e3fdb8888fe19fc8fccca77c6.tar.bz2 rockbox-7e0ea2153c24e00e3fdb8888fe19fc8fccca77c6.tar.xz | |
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
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-ipodmini.h | 4 | ||||
| -rwxr-xr-x | firmware/export/config-ipodmini2g.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h index ea3f4e5..b4e909c 100644 --- a/firmware/export/config-ipodmini.h +++ b/firmware/export/config-ipodmini.h @@ -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 */ diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h index 60d812f..83192cc 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 */ |