summaryrefslogtreecommitdiff
path: root/firmware/export/audiohw.h
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2007-05-22 20:17:35 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2007-05-22 20:17:35 +0000
commit10e21d19bfda9afa2a1569db9a5e4a3e89a4e784 (patch)
treec5d0d4c0786f15d1203d7589d6e899bf14e98aea /firmware/export/audiohw.h
parent4df0c7795407966afb468a941aae1ea695d70cae (diff)
downloadrockbox-10e21d19bfda9afa2a1569db9a5e4a3e89a4e784.tar.gz
rockbox-10e21d19bfda9afa2a1569db9a5e4a3e89a4e784.zip
make audiohw.h include the DAC header files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13473 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/audiohw.h')
-rw-r--r--firmware/export/audiohw.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h
index 38e68138c9..3838b007d0 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -22,6 +22,24 @@
22 22
23#include "config.h" 23#include "config.h"
24 24
25#ifdef HAVE_UDA1380
26#include "uda1380.h"
27#elif defined(HAVE_WM8751)
28#include "wm8751.h"
29#elif defined(HAVE_WM8975)
30#include "wm8975.h"
31#elif defined(HAVE_WM8758)
32#include "wm8758.h"
33#elif defined(HAVE_WM8731) || defined(HAVE_WM8721)
34#include "wm8731l.h"
35#elif defined(HAVE_TLV320)
36#include "tlv320.h"
37#elif defined(HAVE_AS3514)
38#include "as3514.h"
39#elif defined(HAVE_MAS35XX)
40#include "mas35xx.h"
41#endif
42
25enum { 43enum {
26 SOUND_VOLUME = 0, 44 SOUND_VOLUME = 0,
27 SOUND_BASS, 45 SOUND_BASS,