ASoC: codecs: ES8326: Solve a headphone detection issue after suspend and resume
authorZhang Yi <zhangyi@everest-semi.com>
Tue, 2 Apr 2024 06:20:42 +0000 (14:20 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 2 Apr 2024 14:54:18 +0000 (15:54 +0100)
commit6e5f5bf894eb9260f07ad0da4e2dd2efd616ed59
treee70a3c43126f8115c617a012cb055b6c940f8551
parent4581468d071b64a2e3c2ae333fff82dc0391a306
ASoC: codecs: ES8326: Solve a headphone detection issue after suspend and resume

We got a headphone detection issue after suspend and resume.
And we fixed it by modifying the configuration at es8326_suspend
and invoke es8326_irq at es8326_resume.

Signed-off-by: Zhang Yi <zhangyi@everest-semi.com>
Link: https://msgid.link/r/20240402062043.20608-4-zhangyi@everest-semi.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/es8326.c