mbox series

[0/5] fix for JD event handling in ClockStop Mode0

Message ID 20230703090230.25244-1-shumingf@realtek.com (mailing list archive)
Headers show
Series fix for JD event handling in ClockStop Mode0 | expand

Message

Shuming [θŒƒζ›ΈιŠ˜] July 3, 2023, 9:02 a.m. UTC
From: Shuming Fan <shumingf@realtek.com>

Currently, the codec driver could re-enable SDCA interrupt mask when the devices are re-attached.
If the manager uses ClockStop Mode0 to peripherals, the SDCA interrupt mask will not be enabled 
when the system resumes.
These patches will fix this issue.

Shuming Fan (5):
  ASoC: rt5682-sdw: fix for JD event handling in ClockStop Mode0
  ASoC: rt711: fix for JD event handling in ClockStop Mode0
  ASoC: rt711-sdca: fix for JD event handling in ClockStop Mode0
  ASoC: rt712-sdca: fix for JD event handling in ClockStop Mode0
  ASoC: rt722-sdca: fix for JD event handling in ClockStop Mode0

 sound/soc/codecs/rt5682-sdw.c     |  9 ++++++++-
 sound/soc/codecs/rt711-sdca-sdw.c | 10 +++++++++-
 sound/soc/codecs/rt711-sdw.c      |  9 ++++++++-
 sound/soc/codecs/rt712-sdca-sdw.c | 10 +++++++++-
 sound/soc/codecs/rt722-sdca-sdw.c | 10 +++++++++-
 5 files changed, 43 insertions(+), 5 deletions(-)