From: Lothar Waßmann Date: Wed, 31 Jul 2013 14:44:30 +0000 (+0200) Subject: ASoC: sgtl5000: fix buggy 'Capture Attenuate Switch' control X-Git-Tag: upstream/snapshot3+hdmi~4491^2~4^2~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=65f2b226763bc348a9b9145aa5e17e7e3f6d8c35;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ASoC: sgtl5000: fix buggy 'Capture Attenuate Switch' control The SGTL5000 Capture Attenuate Switch (or "ADC Volume Range Reduction" as it is called in the manual) is single bit only. Signed-off-by: Lothar Waßmann Reviewed-by: Fabio Estevam Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/sgtl5000.c b/sound/soc/codecs/sgtl5000.c index 9303c7d..760e8bf 100644 --- a/sound/soc/codecs/sgtl5000.c +++ b/sound/soc/codecs/sgtl5000.c @@ -398,7 +398,7 @@ static const struct snd_kcontrol_new sgtl5000_snd_controls[] = { SOC_DOUBLE("Capture Volume", SGTL5000_CHIP_ANA_ADC_CTRL, 0, 4, 0xf, 0), SOC_SINGLE_TLV("Capture Attenuate Switch (-6dB)", SGTL5000_CHIP_ANA_ADC_CTRL, - 8, 2, 0, capture_6db_attenuate), + 8, 1, 0, capture_6db_attenuate), SOC_SINGLE("Capture ZC Switch", SGTL5000_CHIP_ANA_CTRL, 1, 1, 0), SOC_DOUBLE_TLV("Headphone Playback Volume",