From: Mark Brown Date: Wed, 9 Nov 2011 16:29:07 +0000 (+0000) Subject: ASoC: Need to convert wm5100 cache sync to direct regmap usage too X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=60bf5b072826cd76537071d7464e9fd74ea49350;p=mv-sheeva.git ASoC: Need to convert wm5100 cache sync to direct regmap usage too ASoC knows nothing about the cache now. Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm5100.c b/sound/soc/codecs/wm5100.c index b2d1f80648f..340ffe20b53 100644 --- a/sound/soc/codecs/wm5100.c +++ b/sound/soc/codecs/wm5100.c @@ -1400,7 +1400,7 @@ static int wm5100_set_bias_level(struct snd_soc_codec *codec, break; } - snd_soc_cache_sync(codec); + regcache_sync(wm5100->regmap); } break;