summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/mas35xx.c
diff options
context:
space:
mode:
authorPeter D'Hoye <peter.dhoye@gmail.com>2008-05-25 21:19:07 +0000
committerPeter D'Hoye <peter.dhoye@gmail.com>2008-05-25 21:19:07 +0000
commit825d89fe282a6797cef5ef7266c908d2986334d4 (patch)
treefb9d61b727ba643abfedf39359bf7ec71a21ee35 /firmware/drivers/audio/mas35xx.c
parent43d02f66a0ade99a8de3bd76a9d2533b11c7aa41 (diff)
downloadrockbox-825d89fe282a6797cef5ef7266c908d2986334d4.tar.gz
rockbox-825d89fe282a6797cef5ef7266c908d2986334d4.zip
Accept FS #9021 by James Vasile and apply the fix to the other drivers that have the same issue.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17630 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/audio/mas35xx.c')
-rw-r--r--firmware/drivers/audio/mas35xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/audio/mas35xx.c b/firmware/drivers/audio/mas35xx.c
index 1a0d2afe45..9d80ac93d1 100644
--- a/firmware/drivers/audio/mas35xx.c
+++ b/firmware/drivers/audio/mas35xx.c
@@ -47,7 +47,7 @@ const struct sound_settings_info audiohw_settings[] = {
47 [SOUND_MDB_ENABLE] = {"", 0, 1, 0, 1, 0}, 47 [SOUND_MDB_ENABLE] = {"", 0, 1, 0, 1, 0},
48 [SOUND_SUPERBASS] = {"", 0, 1, 0, 1, 0}, 48 [SOUND_SUPERBASS] = {"", 0, 1, 0, 1, 0},
49#endif 49#endif
50#if CONFIG_CODEC == MAS3587F 50#if CONFIG_CODEC == MAS3587F && defined(HAVE_RECORDING)
51 [SOUND_LEFT_GAIN] = {"dB", 1, 1, 0, 15, 8}, 51 [SOUND_LEFT_GAIN] = {"dB", 1, 1, 0, 15, 8},
52 [SOUND_RIGHT_GAIN] = {"dB", 1, 1, 0, 15, 8}, 52 [SOUND_RIGHT_GAIN] = {"dB", 1, 1, 0, 15, 8},
53 [SOUND_MIC_GAIN] = {"dB", 1, 1, 0, 15, 2}, 53 [SOUND_MIC_GAIN] = {"dB", 1, 1, 0, 15, 2},