projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22188b9
)
ASoC: codecs: ES8326: Modify initialization configuration
author
Zhang Yi
<zhangyi@everest-semi.com>
Wed, 4 Jun 2025 06:18:21 +0000
(14:18 +0800)
committer
Mark Brown
<broonie@kernel.org>
Sun, 8 Jun 2025 22:29:05 +0000
(23:29 +0100)
Modify the value of ES8326_SDINOUT1_IO in the initialization
Signed-off-by: Zhang Yi <zhangyi@everest-semi.com>
Link:
https://patch.msgid.link/20250604061821.2678-1-zhangyi@everest-semi.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/es8326.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/es8326.c
b/sound/soc/codecs/es8326.c
index 066d92b543128dd7a905efa65a39c1d8eca7909b..78c4e68f600249d9f9345a8fbb8e2f48e78d6c22 100644
(file)
--- 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);