summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodmini2g.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-03-30 20:18:02 +0000
committerJens Arnold <amiconn@rockbox.org>2006-03-30 20:18:02 +0000
commit7e0ea2153c24e00e3fdb8888fe19fc8fccca77c6 (patch)
treeff64fd5da311635bf751acf7c2a92aedebd69031 /firmware/export/config-ipodmini2g.h
parentd5c927d92ffa50e893b389a88843a5ccd4409e03 (diff)
downloadrockbox-7e0ea2153c24e00e3fdb8888fe19fc8fccca77c6.tar.gz
rockbox-7e0ea2153c24e00e3fdb8888fe19fc8fccca77c6.zip
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/config-ipodmini2g.h')
-rwxr-xr-xfirmware/export/config-ipodmini2g.h6
1 files changed, 3 insertions, 3 deletions
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 @@
6#define IPOD_ARCH 1 6#define IPOD_ARCH 1
7 7
8/* For Rolo and boot loader */ 8/* For Rolo and boot loader */
9#define MODEL_NUMBER 11 9#define MODEL_NUMBER 11
10 10
11/* define this if you have recording possibility */ 11/* define this if you have recording possibility */
12/*#define HAVE_RECORDING 1*/ 12/*#define HAVE_RECORDING 1*/
@@ -40,8 +40,8 @@
40/* The number of bytes reserved for loadable plugins */ 40/* The number of bytes reserved for loadable plugins */
41#define PLUGIN_BUFFER_SIZE 0x80000 41#define PLUGIN_BUFFER_SIZE 0x80000
42 42
43/* Define this if you have the WM8975 audio codec */ 43/* Define this if you have the WM8721 audio codec */
44#define HAVE_WM8975 44#define HAVE_WM8721 /* actually WM8731 but no recording */
45 45
46/* Define this for LCD backlight available */ 46/* Define this for LCD backlight available */
47#define CONFIG_BACKLIGHT BL_IPODMINI /* port controlled */ 47#define CONFIG_BACKLIGHT BL_IPODMINI /* port controlled */