mbox series

[v2,0/2] ASoC: codecs: ES8326: change members of private structure

Message ID 20240307051222.24010-1-zhangyi@everest-semi.com (mailing list archive)
Headers show
Series ASoC: codecs: ES8326: change members of private structure | expand

Message

Zhang Yi March 7, 2024, 5:12 a.m. UTC
We found that using 0x45 as the default value for interrupt-clk 
would cause a headset detection error.So we took 0x00 as the default 
value for interrupt-clk and passed the test.
We removed mic1-src and mic2-src, which were not used.

Zhang Yi (2):
  ASoC: codecs: ES8326: Changing members of private structure
  ASoC: codecs: ES8326: change support for ES8326

 .../bindings/sound/everest,es8326.yaml         |  8 ++++----
 sound/soc/codecs/es8326.c                      | 18 +-----------------
 2 files changed, 5 insertions(+), 21 deletions(-)