summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodmini.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-ipodmini.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-ipodmini.h')
-rw-r--r--firmware/export/config-ipodmini.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h
index ea3f4e5c41..b4e909ce07 100644
--- a/firmware/export/config-ipodmini.h
+++ b/firmware/export/config-ipodmini.h
@@ -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 */