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-Tag: firefly_0821_release~3680^2~2691^2~480 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=60bf5b072826cd76537071d7464e9fd74ea49350;p=firefly-linux-kernel-4.4.55.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 b2d1f80648ff..340ffe20b53b 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;