We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22188b9 commit b44b269Copy full SHA for b44b269
sound/soc/codecs/es8326.c
@@ -1079,8 +1079,7 @@ static void es8326_init(struct snd_soc_component *component)
1079
regmap_update_bits(es8326->regmap, ES8326_HPDET_TYPE, 0x03, 0x00);
1080
regmap_write(es8326->regmap, ES8326_INTOUT_IO,
1081
es8326->interrupt_clk);
1082
- regmap_write(es8326->regmap, ES8326_SDINOUT1_IO,
1083
- (ES8326_IO_DMIC_CLK << ES8326_SDINOUT1_SHIFT));
+ regmap_write(es8326->regmap, ES8326_SDINOUT1_IO, ES8326_IO_INPUT);
1084
regmap_write(es8326->regmap, ES8326_SDINOUT23_IO, ES8326_IO_INPUT);
1085
1086
regmap_write(es8326->regmap, ES8326_ANA_PDN, 0x00);
0 commit comments