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 <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent c17b750 commit af24c20

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)