summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt5682.c
diff options
context:
space:
mode:
authorDerek Fang <derek.fang@realtek.com>2021-08-11 11:37:49 +0300
committerMark Brown <broonie@kernel.org>2021-08-12 14:19:12 +0300
commitcf2a19f7d2b7d777b4a0ec6f3faa7fe3e4ad568e (patch)
tree86040b777405e18cfa25cb441f02f5402949cbfd /sound/soc/codecs/rt5682.c
parentf4eeaed04e861b95f1f2c911263f2fcaa959c078 (diff)
downloadlinux-cf2a19f7d2b7d777b4a0ec6f3faa7fe3e4ad568e.tar.xz
ASoC: rt5682: Adjust headset volume button threshold again
This reverts commit 6d20bf7c020f417fdef1810a22da17c126603472. Since it may risk affecting other headset Vol- button. Signed-off-by: Derek Fang <derek.fang@realtek.com> Link: https://lore.kernel.org/r/20210811083750.26680-1-derek.fang@realtek.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt5682.c')
-rw-r--r--sound/soc/codecs/rt5682.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5682.c b/sound/soc/codecs/rt5682.c
index 51ecaa2abcd1..abcd6f483788 100644
--- a/sound/soc/codecs/rt5682.c
+++ b/sound/soc/codecs/rt5682.c
@@ -44,7 +44,6 @@ static const struct reg_sequence patch_list[] = {
{RT5682_I2C_CTRL, 0x000f},
{RT5682_PLL2_INTERNAL, 0x8266},
{RT5682_SAR_IL_CMD_3, 0x8365},
- {RT5682_SAR_IL_CMD_6, 0x0180},
};
void rt5682_apply_patch_list(struct rt5682_priv *rt5682, struct device *dev)