Skip to content

Commit cc8ff2d

Browse files
oortcometbroonie
authored andcommitted
ASoC: rt5640: Fix the issue of speaker noise
Remove the class-D internal register setting during initialization to be compatible with most speaker designs to avoid noise. Signed-off-by: Derek Fang <derek.fang@realtek.com> Link: https://lore.kernel.org/r/20230712062553.31066-1-derek.fang@realtek.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent c65b21f commit cc8ff2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sound/soc/codecs/rt5640.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ static const struct reg_sequence init_list[] = {
5353
{RT5640_PR_BASE + 0x3d, 0x3600},
5454
{RT5640_PR_BASE + 0x12, 0x0aa8},
5555
{RT5640_PR_BASE + 0x14, 0x0aaa},
56-
{RT5640_PR_BASE + 0x20, 0x6110},
5756
{RT5640_PR_BASE + 0x21, 0xe0e0},
5857
{RT5640_PR_BASE + 0x23, 0x1804},
5958
};

0 commit comments

Comments
 (0)