Commit 17616ce6 authored by Oder Chiou's avatar Oder Chiou Committed by Mark Brown

ASoC: rt5663: Check the JD status in the resume function

In the suspend, the IRQ function will not work in some machines. So the JD
status should be checked in the resume function.
Signed-off-by: default avatarOder Chiou <oder_chiou@realtek.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent af2728e4
...@@ -2847,6 +2847,8 @@ static int rt5663_resume(struct snd_soc_codec *codec) ...@@ -2847,6 +2847,8 @@ static int rt5663_resume(struct snd_soc_codec *codec)
regcache_cache_only(rt5663->regmap, false); regcache_cache_only(rt5663->regmap, false);
regcache_sync(rt5663->regmap); regcache_sync(rt5663->regmap);
rt5663_irq(0, rt5663);
return 0; return 0;
} }
#else #else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment