From: Oder Chiou Date: Thu, 8 May 2014 06:47:37 +0000 (+0800) Subject: ASoC: rt5645: Correct the cache sync function X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0f776efd86282ec750c26dbb1c2fd04b94949a28;p=deliverable%2Flinux.git ASoC: rt5645: Correct the cache sync function The patch corrects the cache sync function Signed-off-by: Oder Chiou Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c index 0165e07f09ab..30410eb5b982 100644 --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c @@ -2235,7 +2235,7 @@ static int rt5645_resume(struct snd_soc_codec *codec) struct rt5645_priv *rt5645 = snd_soc_codec_get_drvdata(codec); regcache_cache_only(rt5645->regmap, false); - snd_soc_cache_sync(codec); + regcache_sync(rt5645->regmap); return 0; }