提交 0f776efd 编写于 作者: O Oder Chiou 提交者: Mark Brown

ASoC: rt5645: Correct the cache sync function

The patch corrects the cache sync function
Signed-off-by: NOder Chiou <oder_chiou@realtek.com>
Signed-off-by: NMark Brown <broonie@linaro.org>
上级 4809b96e
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册