Skip to content

Commit b44b269

Browse files
Michael-zy2000broonie
authored andcommitted
ASoC: codecs: ES8326: Modify initialization configuration
Modify the value of ES8326_SDINOUT1_IO in the initialization Signed-off-by: Zhang Yi <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 22188b9 commit b44b269

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sound/soc/codecs/es8326.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,8 +1079,7 @@ static void es8326_init(struct snd_soc_component *component)
10791079
regmap_update_bits(es8326->regmap, ES8326_HPDET_TYPE, 0x03, 0x00);
10801080
regmap_write(es8326->regmap, ES8326_INTOUT_IO,
10811081
es8326->interrupt_clk);
1082-
regmap_write(es8326->regmap, ES8326_SDINOUT1_IO,
1083-
(ES8326_IO_DMIC_CLK << ES8326_SDINOUT1_SHIFT));
1082+
regmap_write(es8326->regmap, ES8326_SDINOUT1_IO, ES8326_IO_INPUT);
10841083
regmap_write(es8326->regmap, ES8326_SDINOUT23_IO, ES8326_IO_INPUT);
10851084

10861085
regmap_write(es8326->regmap, ES8326_ANA_PDN, 0x00);

0 commit comments

Comments
 (0)