From dfad406aa14a735b2cd071d8d399c79be0f98e43 Mon Sep 17 00:00:00 2001 From: Daniel Ankers Date: Sun, 11 Mar 2007 17:38:08 +0000 Subject: 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 --- firmware/export/config-e200.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'firmware/export/config-e200.h') 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 @@ /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC +/* There is no hardware tone control */ +#define HAVE_SW_TONE_CONTROLS +/* The PP5024 has a built-in AustriaMicrosystems AS3514 */ +#define HAVE_AS3514 /* define this if you have a real-time clock */ #ifndef BOOTLOADER @@ -58,9 +62,6 @@ /* The number of bytes reserved for loadable plugins */ #define PLUGIN_BUFFER_SIZE 0x80000 -/* Use the built-in DAC on the PP5024 */ -#define HAVE_PP5024_CODEC - #define AB_REPEAT_ENABLE 1 /* FM Tuner */ -- cgit v1.2.3