summaryrefslogtreecommitdiff
path: root/firmware/export/config-e200.h
diff options
context:
space:
mode:
authorDaniel Ankers <dan@weirdo.org.uk>2007-03-11 17:38:08 +0000
committerDaniel Ankers <dan@weirdo.org.uk>2007-03-11 17:38:08 +0000
commitdfad406aa14a735b2cd071d8d399c79be0f98e43 (patch)
tree2993687589af53e570e27e6a025fe1c24b8f1a96 /firmware/export/config-e200.h
parente21d21720556bb069f7ceb5669c5b693138838bb (diff)
downloadrockbox-dfad406aa14a735b2cd071d8d399c79be0f98e43.tar.gz
rockbox-dfad406aa14a735b2cd071d8d399c79be0f98e43.zip
Sound for Sansa E200 - based on work by myself, Rene Peinthor, Barry Wardell and Christian Gmeiner from the AS3514 datasheet.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12727 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-e200.h')
-rw-r--r--firmware/export/config-e200.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index afe2ebec89..1b3404a148 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -40,6 +40,10 @@
40 40
41/* Define this if you do software codec */ 41/* Define this if you do software codec */
42#define CONFIG_CODEC SWCODEC 42#define CONFIG_CODEC SWCODEC
43/* There is no hardware tone control */
44#define HAVE_SW_TONE_CONTROLS
45/* The PP5024 has a built-in AustriaMicrosystems AS3514 */
46#define HAVE_AS3514
43 47
44/* define this if you have a real-time clock */ 48/* define this if you have a real-time clock */
45#ifndef BOOTLOADER 49#ifndef BOOTLOADER
@@ -58,9 +62,6 @@
58/* The number of bytes reserved for loadable plugins */ 62/* The number of bytes reserved for loadable plugins */
59#define PLUGIN_BUFFER_SIZE 0x80000 63#define PLUGIN_BUFFER_SIZE 0x80000
60 64
61/* Use the built-in DAC on the PP5024 */
62#define HAVE_PP5024_CODEC
63
64#define AB_REPEAT_ENABLE 1 65#define AB_REPEAT_ENABLE 1
65 66
66/* FM Tuner */ 67/* FM Tuner */