forked from len0rd/rockbox
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>
This commit is contained in:
parent
b8c98a86fb
commit
89afa32584
1 changed files with 1 additions and 3 deletions
|
@ -27,9 +27,7 @@
|
||||||
#define AUDIOHW_CAPS (DEPTH_3D_CAP | BASS_CAP | TREBLE_CAP | \
|
#define AUDIOHW_CAPS (DEPTH_3D_CAP | BASS_CAP | TREBLE_CAP | \
|
||||||
LIN_GAIN_CAP | MIC_GAIN_CAP)
|
LIN_GAIN_CAP | MIC_GAIN_CAP)
|
||||||
|
|
||||||
/* minimum is -57.5dB and max is 6dB in DAC mode
|
AUDIOHW_SETTING(VOLUME, "dB", 0, 1, -100, 12, -25)
|
||||||
* and -51.5dB / 12dB in Line1 mode */
|
|
||||||
AUDIOHW_SETTING(VOLUME, "dB", 0, 1, -58, 12, -25)
|
|
||||||
/* HAVE_SW_TONE_CONTROLS */
|
/* HAVE_SW_TONE_CONTROLS */
|
||||||
#ifdef HAVE_RECORDING
|
#ifdef HAVE_RECORDING
|
||||||
/* Depending on the input, we have three available volumes to tweak:
|
/* Depending on the input, we have three available volumes to tweak:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue