mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 05:26:07 +00:00
ASoC: Use dapm_mark_dirty() for new DAPM widgets for consistency
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
f68d7e1687
commit
7508b12a8e
@ -2185,7 +2185,7 @@ int snd_soc_dapm_new_widgets(struct snd_soc_dapm_context *dapm)
|
||||
|
||||
w->new = 1;
|
||||
|
||||
list_add(&w->dirty, &(w->dapm->card->dapm_dirty));
|
||||
dapm_mark_dirty(w, "new widget");
|
||||
dapm_debugfs_add_widget(w);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user