]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ASoC: rt5645: fix the shift bit of IN1 boost
authorBard Liao <bardliao@realtek.com>
Thu, 21 Jan 2016 05:13:40 +0000 (13:13 +0800)
committerSasha Levin <sasha.levin@oracle.com>
Tue, 23 Feb 2016 05:46:40 +0000 (00:46 -0500)
[ Upstream commit b28785fa9cede0d4f47310ca0dd2a4e1d50478b5 ]

The shift bit of IN1 boost gain control is 12.

Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: stable@vger.kernel.org
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
sound/soc/codecs/rt5645.c

index 2ee44abd56a6b123d2b43bced7010cb17f037eed..6cbd03a5e53db1eddd0412716bfe00c614dd16e2 100644 (file)
@@ -487,7 +487,7 @@ static const struct snd_kcontrol_new rt5645_snd_controls[] = {
 
        /* IN1/IN2 Control */
        SOC_SINGLE_TLV("IN1 Boost", RT5645_IN1_CTRL1,
-               RT5645_BST_SFT1, 8, 0, bst_tlv),
+               RT5645_BST_SFT1, 12, 0, bst_tlv),
        SOC_SINGLE_TLV("IN2 Boost", RT5645_IN2_CTRL,
                RT5645_BST_SFT2, 8, 0, bst_tlv),