aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/soc-dapm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c
index 79e6cf4b7de1..5c159f4f8097 100644
--- a/sound/soc/soc-dapm.c
+++ b/sound/soc/soc-dapm.c
@@ -3252,7 +3252,7 @@ snd_soc_dapm_new_control(struct snd_soc_dapm_context *dapm,
3252 INIT_LIST_HEAD(&w->sinks); 3252 INIT_LIST_HEAD(&w->sinks);
3253 INIT_LIST_HEAD(&w->list); 3253 INIT_LIST_HEAD(&w->list);
3254 INIT_LIST_HEAD(&w->dirty); 3254 INIT_LIST_HEAD(&w->dirty);
3255 list_add(&w->list, &dapm->card->widgets); 3255 list_add_tail(&w->list, &dapm->card->widgets);
3256 3256
3257 w->inputs = -1; 3257 w->inputs = -1;
3258 w->outputs = -1; 3258 w->outputs = -1;