Skip to content

Commit 4543dd7

Browse files
committed
ASoC: codecs: ES9389: Modify the standby configuration
JIRA: https://issues.redhat.com/browse/RHEL-118908 commit af24c20 Author: Zhang Yi <zhangyi@everest-semi.com> Date: Fri Aug 15 10:47:29 2025 +0800 ASoC: codecs: ES9389: Modify the standby configuration Modify the standby configuration Signed-off-by: Zhang Yi <zhangyi@everest-semi.com> Link: https://patch.msgid.link/20250815024729.3051-1-zhangyi@everest-semi.com Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
1 parent 06fb130 commit 4543dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/codecs/es8389.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ static int es8389_set_bias_level(struct snd_soc_component *component,
636636
regmap_write(es8389->regmap, ES8389_ANA_CTL1, 0x59);
637637
regmap_write(es8389->regmap, ES8389_ADC_EN, 0x00);
638638
regmap_write(es8389->regmap, ES8389_CLK_OFF1, 0x00);
639-
regmap_write(es8389->regmap, ES8389_RESET, 0x7E);
639+
regmap_write(es8389->regmap, ES8389_RESET, 0x3E);
640640
regmap_update_bits(es8389->regmap, ES8389_DAC_INV, 0x80, 0x80);
641641
usleep_range(8000, 8500);
642642
regmap_update_bits(es8389->regmap, ES8389_DAC_INV, 0x80, 0x00);

0 commit comments

Comments
 (0)