Skip to content

Commit 0866d64

Browse files
shumingfanbroonie
authored andcommitted
ASoC: rt5682: fix headset background noise when S3 state
Remove CBJ power off setting to avoid floating state. Signed-off-by: Jack Yu <jack.yu@realtek.com> Signed-off-by: Shuming Fan <shumingf@realtek.com> Link: https://lore.kernel.org/r/20210901100754.21045-1-shumingf@realtek.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 0f2ef91 commit 0866d64

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sound/soc/codecs/rt5682.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2942,9 +2942,6 @@ static int rt5682_suspend(struct snd_soc_component *component)
29422942
break;
29432943
}
29442944

2945-
snd_soc_component_update_bits(component, RT5682_PWR_ANLG_3,
2946-
RT5682_PWR_CBJ, 0);
2947-
29482945
/* enter SAR ADC power saving mode */
29492946
snd_soc_component_update_bits(component, RT5682_SAR_IL_CMD_1,
29502947
RT5682_SAR_BUTT_DET_MASK | RT5682_SAR_BUTDET_MODE_MASK |

0 commit comments

Comments
 (0)