[alsa-devel] [PATCH] ASoC: twl6040 - According to TWL6040 specification, gain start at 6dB and not -6dB.
Liam Girdwood
lrg at ti.com
Tue Jun 7 17:23:44 CEST 2011
Signed-off-by: Ricardo Neri <ricardo.neri at ti.com>
---
sound/soc/codecs/twl6040.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c
index 4c33663..cd63bba 100644
--- a/sound/soc/codecs/twl6040.c
+++ b/sound/soc/codecs/twl6040.c
@@ -954,9 +954,9 @@ static DECLARE_TLV_DB_SCALE(mic_preamp_tlv, -600, 600, 0);
/*
* MICGAIN volume control:
- * from -6 to 30 dB in 6 dB steps
+ * from 6 to 30 dB in 6 dB steps
*/
-static DECLARE_TLV_DB_SCALE(mic_amp_tlv, -600, 600, 0);
+static DECLARE_TLV_DB_SCALE(mic_amp_tlv, 600, 600, 0);
/*
* AFMGAIN volume control:
--
1.7.4.1
More information about the Alsa-devel
mailing list