diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-09 16:29:07 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-09 16:33:23 +0000 |
commit | 60bf5b072826cd76537071d7464e9fd74ea49350 (patch) | |
tree | f954c9fd4312840bfc2284e0c0ba62dd4bf9370e /sound/soc/codecs/wm5100.c | |
parent | b402735883c95c270ac42c40370a2663c2c81371 (diff) | |
download | linux-60bf5b072826cd76537071d7464e9fd74ea49350.tar.gz linux-60bf5b072826cd76537071d7464e9fd74ea49350.tar.bz2 linux-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.c | 2 |
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; |