[PATCH] ASoC: rt5682: fix headset background noise when S3 state
shumingf at realtek.com
shumingf at realtek.com
Wed Sep 1 12:07:54 CEST 2021
From: Shuming Fan <shumingf at realtek.com>
Remove CBJ power off setting to avoid floating state.
Signed-off-by: Jack Yu <jack.yu at realtek.com>
Signed-off-by: Shuming Fan <shumingf at realtek.com>
---
sound/soc/codecs/rt5682.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/sound/soc/codecs/rt5682.c b/sound/soc/codecs/rt5682.c
index e822fa1b9d4b..4a64cab99c55 100644
--- a/sound/soc/codecs/rt5682.c
+++ b/sound/soc/codecs/rt5682.c
@@ -2942,9 +2942,6 @@ static int rt5682_suspend(struct snd_soc_component *component)
break;
}
- snd_soc_component_update_bits(component, RT5682_PWR_ANLG_3,
- RT5682_PWR_CBJ, 0);
-
/* enter SAR ADC power saving mode */
snd_soc_component_update_bits(component, RT5682_SAR_IL_CMD_1,
RT5682_SAR_BUTT_DET_MASK | RT5682_SAR_BUTDET_MODE_MASK |
--
2.31.1
More information about the Alsa-devel
mailing list