summaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorMisael Lopez Cruz <misael.lopez@ti.com>2010-12-10 21:06:34 -0600
committerLiam Girdwood <lrg@slimlogic.co.uk>2010-12-14 20:38:43 +0000
commit53a9ef15df8c0dc688fae33277a252f0dd2faf2d (patch)
treeab47465189bf9bd1bc3efaecc8baeb10dd7e97b3 /sound/soc
parent9020808b4d9ff6b7eebb026492dba6a805309df8 (diff)
downloadlinux-stable-53a9ef15df8c0dc688fae33277a252f0dd2faf2d.tar.gz
linux-stable-53a9ef15df8c0dc688fae33277a252f0dd2faf2d.tar.bz2
linux-stable-53a9ef15df8c0dc688fae33277a252f0dd2faf2d.zip
ASoC: twl6040: Use correct offset for LineInAmp Right
Gain for LineInAmp Right uses LINEGAIN[5:3], which means that offset for right channel should be 4. Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com> Signed-off-by: Margarita Olaya Cabrera <magi.olaya@ti.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/codecs/twl6040.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c
index b0ca9f9b70f7..9dfe208e6539 100644
--- a/sound/soc/codecs/twl6040.c
+++ b/sound/soc/codecs/twl6040.c
@@ -566,7 +566,7 @@ static const struct snd_kcontrol_new twl6040_snd_controls[] = {
/* AFM gains */
SOC_DOUBLE_TLV("Aux FM Volume",
- TWL6040_REG_LINEGAIN, 0, 5, 0xF, 0, afm_amp_tlv),
+ TWL6040_REG_LINEGAIN, 0, 4, 0xF, 0, afm_amp_tlv),
/* Playback gains */
SOC_DOUBLE_TLV("Headset Playback Volume",