26 Nov
2020
26 Nov
'20
10:27 a.m.
From: Shuming Fan shumingf@realtek.com
To fix errors in some 4 poles headset detection cases, this patch adjusts the voltage threshold for mic detection.
Signed-off-by: Shuming Fan shumingf@realtek.com --- sound/soc/codecs/rt5682.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/sound/soc/codecs/rt5682.c b/sound/soc/codecs/rt5682.c index f299b30f4f59..4d865edadd7e 100644 --- a/sound/soc/codecs/rt5682.c +++ b/sound/soc/codecs/rt5682.c @@ -43,6 +43,7 @@ static const struct reg_sequence patch_list[] = { {RT5682_DAC_ADC_DIG_VOL1, 0xa020}, {RT5682_I2C_CTRL, 0x000f}, {RT5682_PLL2_INTERNAL, 0x8266}, + {RT5682_SAR_IL_CMD_3, 0x8365}, };
void rt5682_apply_patch_list(struct rt5682_priv *rt5682, struct device *dev)
--
2.29.0