diff options
author | Dave Chapman <dave@dchapman.com> | 2008-11-01 08:29:11 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2008-11-01 08:29:11 +0000 |
commit | 88806c0b1b3900b2cdcd8c28901bece2b05d4610 (patch) | |
tree | bbb060b2abf1a6984c66309e2615106258238412 /firmware/export/config-clip.h | |
parent | 1e8071885eff38d42d0697906e5a9609640ddc29 (diff) | |
download | rockbox-88806c0b1b3900b2cdcd8c28901bece2b05d4610.tar.gz rockbox-88806c0b1b3900b2cdcd8c28901bece2b05d4610.zip |
Define HAVE_AS3514 for the other V2 targets (it was already defined for the e200v2)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18956 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-clip.h')
-rw-r--r-- | firmware/export/config-clip.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h index d1400f5f50..231702564a 100644 --- a/firmware/export/config-clip.h +++ b/firmware/export/config-clip.h @@ -68,6 +68,10 @@ /* There is no hardware tone control */ #define HAVE_SW_TONE_CONTROLS +/* We're working on the assumption that the AS3525 has something + similar to the AS3514 for audio codec etc */ +#define HAVE_AS3514 + /* define this if you have a real-time clock */ #ifndef BOOTLOADER #define CONFIG_RTC RTC_AS3525 |