diff options
-rw-r--r-- | sound/soc/codecs/max98090.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/max98090.c b/sound/soc/codecs/max98090.c index 2888f632564a..c58dce473e55 100644 --- a/sound/soc/codecs/max98090.c +++ b/sound/soc/codecs/max98090.c | |||
@@ -2398,6 +2398,8 @@ static int max98090_resume(struct device *dev) | |||
2398 | struct max98090_priv *max98090 = dev_get_drvdata(dev); | 2398 | struct max98090_priv *max98090 = dev_get_drvdata(dev); |
2399 | unsigned int status; | 2399 | unsigned int status; |
2400 | 2400 | ||
2401 | regcache_mark_dirty(max98090->regmap); | ||
2402 | |||
2401 | max98090_reset(max98090); | 2403 | max98090_reset(max98090); |
2402 | 2404 | ||
2403 | /* clear IRQ status */ | 2405 | /* clear IRQ status */ |