summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2007-05-22 15:56:05 +0000
committerChristian Gmeiner <christian.gmeiner@gmail.com>2007-05-22 15:56:05 +0000
commitcdbf33adf719a54221f4f5aac4b15b0dfe54d24d (patch)
tree9a3a38da744860df4fc2ffd591f848fd02b4094b /firmware/export/config.h
parente7075db2a76425051b2ecfdd14f14b07384c7e08 (diff)
downloadrockbox-cdbf33adf719a54221f4f5aac4b15b0dfe54d24d.tar.gz
rockbox-cdbf33adf719a54221f4f5aac4b15b0dfe54d24d.zip
* move audio settings into audio codec drivers
* add mas35xx driver for all mas35xx targets. Later mas35xx code from sound.c will move to this new driver git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13464 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 0ad4fabbe1..dd4eaf4488 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -253,6 +253,11 @@
253#endif 253#endif
254#endif 254#endif
255 255
256/* Add one HAVE_ define for all mas35xx targets */
257#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3507D) || (CONFIG_CODEC == MAS3539F)
258#define HAVE_MAS35XX
259#endif
260
256#if CONFIG_CODEC == SWCODEC && !defined(BOOTLOADER) 261#if CONFIG_CODEC == SWCODEC && !defined(BOOTLOADER)
257#define HAVE_EXTENDED_MESSAGING_AND_NAME 262#define HAVE_EXTENDED_MESSAGING_AND_NAME
258#endif 263#endif