From d20d9dd6e49e2663e5f943b4170193a781673e72 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 27 Apr 2008 13:43:05 +0000 Subject: 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 --- firmware/export/audiohw.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export/audiohw.h') 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 @@ #include "as3514.h" #elif defined(HAVE_MAS35XX) #include "mas35xx.h" +#elif defined(HAVE_TSC2100) +#include "tsc2100.h" #endif enum { -- cgit v1.2.3