From 05e8488ad8f3ff849ab63f2273e44132c64fbfcd Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Wed, 14 May 2008 21:35:19 +0000 Subject: Introduce PRESCALER_CAP and move some driver specific code to the correct place. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17516 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/mas35xx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/mas35xx.h') diff --git a/firmware/export/mas35xx.h b/firmware/export/mas35xx.h index d28db0fb33..a0da03d0a4 100644 --- a/firmware/export/mas35xx.h +++ b/firmware/export/mas35xx.h @@ -28,7 +28,7 @@ #define VOLUME_MIN -780 #define VOLUME_MAX 180 -#define AUDIOHW_CAPS (BASS_CAP | TREBLE_CAP) +#define AUDIOHW_CAPS (BASS_CAP | TREBLE_CAP | PRESCALER_CAP) #else /* CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F */ -- cgit v1.2.3