未验证 提交 0866d645 编写于 作者: S Shuming Fan 提交者: Mark Brown

ASoC: rt5682: fix headset background noise when S3 state

Remove CBJ power off setting to avoid floating state.
Signed-off-by: NJack Yu <jack.yu@realtek.com>
Signed-off-by: NShuming Fan <shumingf@realtek.com>
Link: https://lore.kernel.org/r/20210901100754.21045-1-shumingf@realtek.comSigned-off-by: NMark Brown <broonie@kernel.org>
上级 0f2ef911
...@@ -2942,9 +2942,6 @@ static int rt5682_suspend(struct snd_soc_component *component) ...@@ -2942,9 +2942,6 @@ static int rt5682_suspend(struct snd_soc_component *component)
break; break;
} }
snd_soc_component_update_bits(component, RT5682_PWR_ANLG_3,
RT5682_PWR_CBJ, 0);
/* enter SAR ADC power saving mode */ /* enter SAR ADC power saving mode */
snd_soc_component_update_bits(component, RT5682_SAR_IL_CMD_1, snd_soc_component_update_bits(component, RT5682_SAR_IL_CMD_1,
RT5682_SAR_BUTT_DET_MASK | RT5682_SAR_BUTDET_MODE_MASK | RT5682_SAR_BUTT_DET_MASK | RT5682_SAR_BUTDET_MODE_MASK |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册