diff options
-rw-r--r-- | sound/soc/codecs/rt5663.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5663.c b/sound/soc/codecs/rt5663.c index 8569e8c7d894..a33202affeb1 100644 --- a/sound/soc/codecs/rt5663.c +++ b/sound/soc/codecs/rt5663.c | |||
@@ -2847,6 +2847,8 @@ static int rt5663_resume(struct snd_soc_codec *codec) | |||
2847 | regcache_cache_only(rt5663->regmap, false); | 2847 | regcache_cache_only(rt5663->regmap, false); |
2848 | regcache_sync(rt5663->regmap); | 2848 | regcache_sync(rt5663->regmap); |
2849 | 2849 | ||
2850 | rt5663_irq(0, rt5663); | ||
2851 | |||
2850 | return 0; | 2852 | return 0; |
2851 | } | 2853 | } |
2852 | #else | 2854 | #else |