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

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

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