mbox series

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

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

Message

Zhang Yi June 24, 2024, 3:06 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 | 92 ++++++++++++++++++++++-----------------
 1 file changed, 52 insertions(+), 40 deletions(-)