summaryrefslogtreecommitdiff
path: root/firmware/export/uda1341.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2013-04-15 12:39:04 -0400
committerMichael Sevakis <jethead71@rockbox.org>2013-04-15 12:39:04 -0400
commit0971f576341cf38c04d2d9735f0a385e62974108 (patch)
tree0cf2d7c7ffd3915217b26927e76f2073cdd795ae /firmware/export/uda1341.h
parent0c7b7873984e04941c9f21fa272638018fdb9a16 (diff)
Hopefully knock out most of the red and yellow from 0c7b787.
Change-Id: Ib8dd0d011b11ee3eded3025308f19ddb5d151b59
Diffstat (limited to 'firmware/export/uda1341.h')
-rw-r--r--firmware/export/uda1341.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/uda1341.h b/firmware/export/uda1341.h
index 5641bd301f..81eb1a3fa9 100644
--- a/firmware/export/uda1341.h
+++ b/firmware/export/uda1341.h
@@ -26,7 +26,8 @@
#define VOLUME_MIN -840
#define VOLUME_MAX 0
-#define AUDIOHW_CAPS (BASS_CAP | TREBLE_CAP | MIC_GAIN_CAP | LIN_GAIN_CAP)
+#define AUDIOHW_CAPS (BASS_CAP | TREBLE_CAP | MIC_GAIN_CAP | LIN_GAIN_CAP\
+ | MONO_VOL_CAP)
AUDIOHW_SETTING(VOLUME, "dB", 0, 1, -84, 0, -25)
AUDIOHW_SETTING(BASS, "dB", 0, 2, 0, 24, 0)