[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250815024729.3051-1-zhangyi@everest-semi.com>
Date: Fri, 15 Aug 2025 10:47:29 +0800
From: Zhang Yi <zhangyi@...rest-semi.com>
To: broonie@...nel.org,
tiwai@...e.com,
lgirdwood@...il.com,
perex@...ex.cz
Cc: linux-kernel@...r.kernel.org,
linux-sound@...r.kernel.org,
Zhang Yi <zhangyi@...rest-semi.com>
Subject: [PATCH] ASoC: codecs: ES9389: Modify the standby configuration
Modify the standby configuration
Signed-off-by: Zhang Yi <zhangyi@...rest-semi.com>
---
sound/soc/codecs/es8389.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/es8389.c b/sound/soc/codecs/es8389.c
index ba1763f36f17..6e4c75d288ef 100755
--- a/sound/soc/codecs/es8389.c
+++ b/sound/soc/codecs/es8389.c
@@ -636,7 +636,7 @@ static int es8389_set_bias_level(struct snd_soc_component *component,
regmap_write(es8389->regmap, ES8389_ANA_CTL1, 0x59);
regmap_write(es8389->regmap, ES8389_ADC_EN, 0x00);
regmap_write(es8389->regmap, ES8389_CLK_OFF1, 0x00);
- regmap_write(es8389->regmap, ES8389_RESET, 0x7E);
+ regmap_write(es8389->regmap, ES8389_RESET, 0x3E);
regmap_update_bits(es8389->regmap, ES8389_DAC_INV, 0x80, 0x80);
usleep_range(8000, 8500);
regmap_update_bits(es8389->regmap, ES8389_DAC_INV, 0x80, 0x00);
--
2.17.1
Powered by blists - more mailing lists