提交 03a3a2e2 编写于 作者: M Mark Brown

Merge remote-tracking branch 'asoc/topic/dapm' into asoc-next

......@@ -517,8 +517,8 @@ static int soc_dapm_update_bits(struct snd_soc_dapm_context *dapm,
{
if (!dapm->component)
return -EIO;
return snd_soc_component_update_bits_async(dapm->component, reg,
mask, value);
return snd_soc_component_update_bits(dapm->component, reg,
mask, value);
}
static int soc_dapm_test_bits(struct snd_soc_dapm_context *dapm,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册