diff options
-rw-r--r-- | sound/soc/codecs/wm8962.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c index beb709bd56cd..eaf65863ec21 100644 --- a/sound/soc/codecs/wm8962.c +++ b/sound/soc/codecs/wm8962.c | |||
@@ -3725,6 +3725,9 @@ static int wm8962_runtime_resume(struct device *dev) | |||
3725 | } | 3725 | } |
3726 | 3726 | ||
3727 | regcache_cache_only(wm8962->regmap, false); | 3727 | regcache_cache_only(wm8962->regmap, false); |
3728 | |||
3729 | wm8962_reset(wm8962); | ||
3730 | |||
3728 | regcache_sync(wm8962->regmap); | 3731 | regcache_sync(wm8962->regmap); |
3729 | 3732 | ||
3730 | regmap_update_bits(wm8962->regmap, WM8962_ANTI_POP, | 3733 | regmap_update_bits(wm8962->regmap, WM8962_ANTI_POP, |