summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorDaniel Ankers <dan@weirdo.org.uk>2006-11-22 00:49:16 +0000
committerDaniel Ankers <dan@weirdo.org.uk>2006-11-22 00:49:16 +0000
commit43e2c01065df95bac37e2efd15d61c86b736e1c0 (patch)
tree29683fdac7b6d11fd8d57f56c585707a8ed1e241 /firmware/export
parent242cbd5cd73542c79020a4ce9a8e83ee0391bc72 (diff)
downloadrockbox-43e2c01065df95bac37e2efd15d61c86b736e1c0.tar.gz
rockbox-43e2c01065df95bac37e2efd15d61c86b736e1c0.zip
Sansa doesn't use a Wolfson codec. Various other changes to allow Sansa to compile correctly with a normal build. Based on FS#6336 by Pavel Gnelitsa
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11570 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-e200.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index 947db4185f..1bbdd6021e 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -48,8 +48,8 @@
48/* The number of bytes reserved for loadable plugins */ 48/* The number of bytes reserved for loadable plugins */
49#define PLUGIN_BUFFER_SIZE 0x80000 49#define PLUGIN_BUFFER_SIZE 0x80000
50 50
51/* Define this if you have the WM8975 audio codec */ 51/* Use the built-in DAC on the PP5024 */
52#define HAVE_WM8731 52#define HAVE_PP5024_CODEC
53 53
54#define AB_REPEAT_ENABLE 1 54#define AB_REPEAT_ENABLE 1
55 55
@@ -121,4 +121,6 @@
121#define BOOTFILE_EXT "e200" 121#define BOOTFILE_EXT "e200"
122#define BOOTFILE "rockbox." BOOTFILE_EXT 122#define BOOTFILE "rockbox." BOOTFILE_EXT
123 123
124#define ICODE_ATTR_TREMOR_NOT_MDCT
125
124#endif 126#endif