Skip to content

Commit

Permalink
ASoC: Need to convert wm5100 cache sync to direct regmap usage too
Browse files Browse the repository at this point in the history
ASoC knows nothing about the cache now.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Nov 9, 2011
1 parent b402735 commit 60bf5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm5100.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 60bf5b0

Please sign in to comment.