From: Zhang Yi Date: Wed, 4 Jun 2025 06:18:21 +0000 (+0800) Subject: ASoC: codecs: ES8326: Modify initialization configuration X-Git-Tag: v6.16-rc3~19^2~1^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b44b2694005b501b2eaeb56aa778f3ca22de4659;p=thirdparty%2Fkernel%2Flinux.git ASoC: codecs: ES8326: Modify initialization configuration Modify the value of ES8326_SDINOUT1_IO in the initialization Signed-off-by: Zhang Yi Link: https://patch.msgid.link/20250604061821.2678-1-zhangyi@everest-semi.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/es8326.c b/sound/soc/codecs/es8326.c index 066d92b543128..78c4e68f60024 100644 --- a/sound/soc/codecs/es8326.c +++ b/sound/soc/codecs/es8326.c @@ -1079,8 +1079,7 @@ static void es8326_init(struct snd_soc_component *component) regmap_update_bits(es8326->regmap, ES8326_HPDET_TYPE, 0x03, 0x00); regmap_write(es8326->regmap, ES8326_INTOUT_IO, es8326->interrupt_clk); - regmap_write(es8326->regmap, ES8326_SDINOUT1_IO, - (ES8326_IO_DMIC_CLK << ES8326_SDINOUT1_SHIFT)); + regmap_write(es8326->regmap, ES8326_SDINOUT1_IO, ES8326_IO_INPUT); regmap_write(es8326->regmap, ES8326_SDINOUT23_IO, ES8326_IO_INPUT); regmap_write(es8326->regmap, ES8326_ANA_PDN, 0x00);