mbox series

[v1,0/4] ASoC: codecs: ES8326: Solving headphone detection and

Message ID 20240625084107.3177-1-zhangyi@everest-semi.com (mailing list archive)
Headers show
Series ASoC: codecs: ES8326: Solving headphone detection and | expand

Message

Zhang Yi June 25, 2024, 8:41 a.m. UTC
We propose four patches to solve headphone detection and suspend issues.
And there are several registers that should be read-only registers. So 
we create es8326_writeable_register, and set these registers to false.

Zhang Yi (4):
  ASoC: codecs: ES8326: Slove headphone detection issue
  ASoC: codecs: ES8326: codec can't enter suspend issue
  ASoC: codecs: ES8326: Minimize the pop noise
  ASoC: codecs: ES8326: regcache_sync error issue

 sound/soc/codecs/es8326.c | 62 +++++++++++++++++++++++++++++++--------
 1 file changed, 50 insertions(+), 12 deletions(-)