summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodvideo.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-02-13 13:48:08 +0000
committerDave Chapman <dave@dchapman.com>2006-02-13 13:48:08 +0000
commit9581ad39ec15cf20350d01d2787dea0c7db6074d (patch)
tree28ead339e852346eb9f4e947e3494353cb687d72 /firmware/export/config-ipodvideo.h
parentb55f20a12d6b68d0f4f53ab19db76e8b5388d8bb (diff)
downloadrockbox-9581ad39ec15cf20350d01d2787dea0c7db6074d.tar.gz
rockbox-9581ad39ec15cf20350d01d2787dea0c7db6074d.zip
iPod: Audio driver for iPod Video/5G. Rename wm8971_* functions to wmcodec_* to enable unification of the audio code for WM codecs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8676 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ipodvideo.h')
-rw-r--r--firmware/export/config-ipodvideo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h
index 160a2db383..2bf0396a21 100644
--- a/firmware/export/config-ipodvideo.h
+++ b/firmware/export/config-ipodvideo.h
@@ -42,8 +42,8 @@
42/* The number of bytes reserved for loadable plugins */ 42/* The number of bytes reserved for loadable plugins */
43#define PLUGIN_BUFFER_SIZE 0x80000 43#define PLUGIN_BUFFER_SIZE 0x80000
44 44
45/* Define this if you have the WM8975 audio codec */ 45/* Define this if you have the WM8758 audio codec */
46#define HAVE_WM8975 46#define HAVE_WM8758
47 47
48/* Define this for LCD backlight available */ 48/* Define this for LCD backlight available */
49#define CONFIG_BACKLIGHT BL_IPODNANO /* port controlled */ 49#define CONFIG_BACKLIGHT BL_IPODNANO /* port controlled */