diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-05 07:09:12 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-05 07:54:33 -0400 |
commit | 7508b12a8eb713436feb65893ae7ada57bf165ce (patch) | |
tree | 53d4b36b1c8d77ad079277c521029c304b549331 /sound/soc/soc-dapm.c | |
parent | f68d7e168785a2e89f615863fb5fab22518c8eb8 (diff) |
ASoC: Use dapm_mark_dirty() for new DAPM widgets for consistency
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
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 | ||