aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm5100.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-11-09 16:29:07 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-11-09 16:33:23 +0000
commit60bf5b072826cd76537071d7464e9fd74ea49350 (patch)
treef954c9fd4312840bfc2284e0c0ba62dd4bf9370e /sound/soc/codecs/wm5100.c
parentASoC: wm9081: Use snd_soc_update_bits for read-modify-write (diff)
downloadlinux-dev-60bf5b072826cd76537071d7464e9fd74ea49350.tar.xz
linux-dev-60bf5b072826cd76537071d7464e9fd74ea49350.zip
ASoC: Need to convert wm5100 cache sync to direct regmap usage too
ASoC knows nothing about the cache now. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm5100.c')
-rw-r--r--sound/soc/codecs/wm5100.c2
1 files changed, 1 insertions, 1 deletions
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;