summaryrefslogtreecommitdiff
path: root/firmware/export/audiohw.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2008-04-27 13:43:05 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2008-04-27 13:43:05 +0000
commitd20d9dd6e49e2663e5f943b4170193a781673e72 (patch)
tree4ffe1f0bace574a39a77c9e7ff67edfb2785bb79 /firmware/export/audiohw.h
parent8d7bd0a94081a3daf9825c9611275fd30df4a3d5 (diff)
downloadrockbox-d20d9dd6e49e2663e5f943b4170193a781673e72.tar.gz
rockbox-d20d9dd6e49e2663e5f943b4170193a781673e72.zip
add more registers for the tsc2100
hopefully working volume control, mute definatly works. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17259 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/audiohw.h')
-rw-r--r--firmware/export/audiohw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h
index 190fcca7a8..b3493b86d9 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -45,6 +45,8 @@
45#include "as3514.h" 45#include "as3514.h"
46#elif defined(HAVE_MAS35XX) 46#elif defined(HAVE_MAS35XX)
47#include "mas35xx.h" 47#include "mas35xx.h"
48#elif defined(HAVE_TSC2100)
49#include "tsc2100.h"
48#endif 50#endif
49 51
50enum { 52enum {