Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53a9ef15 authored by Misael Lopez Cruz's avatar Misael Lopez Cruz Committed by Liam Girdwood
Browse files

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: default avatarMisael Lopez Cruz <misael.lopez@ti.com>
Signed-off-by: default avatarMargarita Olaya Cabrera <magi.olaya@ti.com>
Acked-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
parent 9020808b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -566,7 +566,7 @@ static const struct snd_kcontrol_new twl6040_snd_controls[] = {


	/* AFM gains */
	/* AFM gains */
	SOC_DOUBLE_TLV("Aux FM Volume",
	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 */
	/* Playback gains */
	SOC_DOUBLE_TLV("Headset Playback Volume",
	SOC_DOUBLE_TLV("Headset Playback Volume",