From: Shuming Fan shumingf@realtek.com
Currently, the codec driver could re-enables SDCA interrupt mask and the bus driver re-enables Imp-defined interrupt mask when the devices are re-attached. If the manager uses ClockStop Mode0 to peripherals, the SDCA/Imp-defined interrupt mask will not be enabled when the system resumes. These patches will fix this issue. -- v2 - modify the commit messages
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(-)