summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorJean-Louis Biasini <jlbiasini@gmail.com>2013-09-18 23:05:56 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2013-09-18 23:09:44 +0200
commit89afa32584f534f89f94c493f915c49dad51539d (patch)
treeb358ac31754870d5ebff70c2e1e0d32b043d40f6 /firmware
parentb8c98a86fb18adf475d56872bf4b30c4fe67d751 (diff)
downloadrockbox-89afa32584f534f89f94c493f915c49dad51539d.tar.gz
rockbox-89afa32584f534f89f94c493f915c49dad51539d.zip
fuze+: fix volume bottom limit
Even with volume at minimal fuze+ was still playing sound pretty loud. this fix it. Change-Id: I5b18e9c39ced240eebb0457c433b0ca150668860 Reviewed-on: http://gerrit.rockbox.org/621 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/imx233-codec.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/export/imx233-codec.h b/firmware/export/imx233-codec.h
index f5f58e246b..10500f15b9 100644
--- a/firmware/export/imx233-codec.h
+++ b/firmware/export/imx233-codec.h
@@ -27,9 +27,7 @@
27#define AUDIOHW_CAPS (DEPTH_3D_CAP | BASS_CAP | TREBLE_CAP | \ 27#define AUDIOHW_CAPS (DEPTH_3D_CAP | BASS_CAP | TREBLE_CAP | \
28 LIN_GAIN_CAP | MIC_GAIN_CAP) 28 LIN_GAIN_CAP | MIC_GAIN_CAP)
29 29
30/* minimum is -57.5dB and max is 6dB in DAC mode 30AUDIOHW_SETTING(VOLUME, "dB", 0, 1, -100, 12, -25)
31 * and -51.5dB / 12dB in Line1 mode */
32AUDIOHW_SETTING(VOLUME, "dB", 0, 1, -58, 12, -25)
33/* HAVE_SW_TONE_CONTROLS */ 31/* HAVE_SW_TONE_CONTROLS */
34#ifdef HAVE_RECORDING 32#ifdef HAVE_RECORDING
35/* Depending on the input, we have three available volumes to tweak: 33/* Depending on the input, we have three available volumes to tweak: