diff options
Diffstat (limited to 'sound/soc/soc-dapm.c')
-rw-r--r-- | sound/soc/soc-dapm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index 82d93bf3c251..8711aab01445 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c | |||
@@ -2185,7 +2185,7 @@ int snd_soc_dapm_new_widgets(struct snd_soc_dapm_context *dapm) | |||
2185 | 2185 | ||
2186 | w->new = 1; | 2186 | w->new = 1; |
2187 | 2187 | ||
2188 | list_add(&w->dirty, &(w->dapm->card->dapm_dirty)); | 2188 | dapm_mark_dirty(w, "new widget"); |
2189 | dapm_debugfs_add_widget(w); | 2189 | dapm_debugfs_add_widget(w); |
2190 | } | 2190 | } |
2191 | 2191 | ||