component->card = card;
        dapm->card = card;
-       INIT_LIST_HEAD(&component->card_list);
        INIT_LIST_HEAD(&dapm->list);
        soc_set_name_prefix(card, component);
 
        struct snd_soc_dapm_context *dapm;
 
        INIT_LIST_HEAD(&component->dai_list);
+       INIT_LIST_HEAD(&component->dobj_list);
+       INIT_LIST_HEAD(&component->card_list);
        mutex_init(&component->io_mutex);
 
        component->name = fmt_single_name(dev, &component->id);
 
        /* see for_each_component */
        list_add(&component->list, &component_list);
-       INIT_LIST_HEAD(&component->dobj_list);
 
        mutex_unlock(&client_mutex);
 }