[alsa-devel] [PATCH 4/7] ASoC: max98090: Mark cache as dirty prior to restoring

Jarkko Nikula jarkko.nikula at linux.intel.com
Fri May 16 15:55:22 CEST 2014


From: Liam Girdwood <liam.r.girdwood at linux.intel.com>

Make sure the cache is fully flushed at resume time.

Signed-off-by: Liam Girdwood <liam.r.girdwood at linux.intel.com>
Signed-off-by: Jarkko Nikula <jarkko.nikula at linux.intel.com>
---
 sound/soc/codecs/max98090.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sound/soc/codecs/max98090.c b/sound/soc/codecs/max98090.c
index b3f447cc050c..8c88b4448f7e 100644
--- a/sound/soc/codecs/max98090.c
+++ b/sound/soc/codecs/max98090.c
@@ -2398,6 +2398,8 @@ static int max98090_resume(struct device *dev)
 	struct max98090_priv *max98090 = dev_get_drvdata(dev);
 	unsigned int status;
 
+	regcache_mark_dirty(max98090->regmap);
+
 	max98090_reset(max98090);
 
 	/* clear IRQ status */
-- 
2.0.0.rc0



More information about the Alsa-devel mailing list