diff mbox series

ASoC: rt5640: Fix the issue of speaker noise

Message ID 20230712062553.31066-1-derek.fang@realtek.com (mailing list archive)
State Accepted
Commit cc8ff2dfcb948f16267335ba5440a42abb41aee2
Headers show
Series ASoC: rt5640: Fix the issue of speaker noise | expand

Commit Message

Derek [方德義] July 12, 2023, 6:25 a.m. UTC
From: Derek Fang <derek.fang@realtek.com>

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>
---
 sound/soc/codecs/rt5640.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Mark Brown July 14, 2023, 7:52 p.m. UTC | #1
On Wed, 12 Jul 2023 14:25:53 +0800, derek.fang@realtek.com wrote:
> Remove the class-D internal register setting during initialization
> to be compatible with most speaker designs to avoid noise.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: rt5640: Fix the issue of speaker noise
      commit: cc8ff2dfcb948f16267335ba5440a42abb41aee2

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
diff mbox series

Patch

diff --git a/sound/soc/codecs/rt5640.c b/sound/soc/codecs/rt5640.c
index e24ed754ac56..eceed8209787 100644
--- a/sound/soc/codecs/rt5640.c
+++ b/sound/soc/codecs/rt5640.c
@@ -53,7 +53,6 @@  static const struct reg_sequence init_list[] = {
 	{RT5640_PR_BASE + 0x3d,	0x3600},
 	{RT5640_PR_BASE + 0x12,	0x0aa8},
 	{RT5640_PR_BASE + 0x14,	0x0aaa},
-	{RT5640_PR_BASE + 0x20,	0x6110},
 	{RT5640_PR_BASE + 0x21,	0xe0e0},
 	{RT5640_PR_BASE + 0x23,	0x1804},
 };