From 43e2c01065df95bac37e2efd15d61c86b736e1c0 Mon Sep 17 00:00:00 2001 From: Daniel Ankers Date: Wed, 22 Nov 2006 00:49:16 +0000 Subject: 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 --- firmware/export/config-e200.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'firmware/export') 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 @@ /* The number of bytes reserved for loadable plugins */ #define PLUGIN_BUFFER_SIZE 0x80000 -/* Define this if you have the WM8975 audio codec */ -#define HAVE_WM8731 +/* Use the built-in DAC on the PP5024 */ +#define HAVE_PP5024_CODEC #define AB_REPEAT_ENABLE 1 @@ -121,4 +121,6 @@ #define BOOTFILE_EXT "e200" #define BOOTFILE "rockbox." BOOTFILE_EXT +#define ICODE_ATTR_TREMOR_NOT_MDCT + #endif -- cgit v1.2.3