提交 7508b12a 编写于 作者: M Mark Brown

ASoC: Use dapm_mark_dirty() for new DAPM widgets for consistency

Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 f68d7e16
...@@ -2185,7 +2185,7 @@ int snd_soc_dapm_new_widgets(struct snd_soc_dapm_context *dapm) ...@@ -2185,7 +2185,7 @@ int snd_soc_dapm_new_widgets(struct snd_soc_dapm_context *dapm)
w->new = 1; w->new = 1;
list_add(&w->dirty, &(w->dapm->card->dapm_dirty)); dapm_mark_dirty(w, "new widget");
dapm_debugfs_add_widget(w); dapm_debugfs_add_widget(w);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册