summaryrefslogtreecommitdiff
path: root/firmware/export/audiohw.h
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2010-10-31 21:09:34 +0000
committerMarcin Bukat <marcin.bukat@gmail.com>2010-10-31 21:09:34 +0000
commit56c4e9fa600557242d8b78f5fd8e32c2245b76fc (patch)
treef8558778a302f89c3e819e66e86577a5e37c3660 /firmware/export/audiohw.h
parent40ed5f57d9be61f1200026e9b0f944a9718111c1 (diff)
downloadrockbox-56c4e9fa600557242d8b78f5fd8e32c2245b76fc.tar.gz
rockbox-56c4e9fa600557242d8b78f5fd8e32c2245b76fc.zip
Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#11189 by me.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28425 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/audiohw.h')
-rw-r--r--firmware/export/audiohw.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h
index 56f4d3dbea..930c671c20 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -59,6 +59,9 @@
59#include "as3514.h" 59#include "as3514.h"
60#elif defined(HAVE_MAS35XX) 60#elif defined(HAVE_MAS35XX)
61#include "mas35xx.h" 61#include "mas35xx.h"
62#if defined(HAVE_DAC3550A)
63#include "dac3550a.h"
64#endif /* HAVE_DAC3550A */
62#elif defined(HAVE_TSC2100) 65#elif defined(HAVE_TSC2100)
63#include "tsc2100.h" 66#include "tsc2100.h"
64#elif defined(HAVE_JZ4740_CODEC) 67#elif defined(HAVE_JZ4740_CODEC)