Skip to content

Commit af24c20

Browse files
Michael-zy2000broonie
authored andcommitted
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>
1 parent c17b750 commit af24c20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)