Home
last modified time | relevance | path

Searched refs:new_widget (Results 1 – 1 of 1) sorted by relevance

/sound/soc/
Dsoc-dapm.c1234 static void dapm_seq_insert(struct snd_soc_dapm_widget *new_widget, in dapm_seq_insert() argument
1241 if (dapm_seq_compare(new_widget, w, power_up) < 0) { in dapm_seq_insert()
1242 list_add_tail(&new_widget->power_list, &w->power_list); in dapm_seq_insert()
1246 list_add_tail(&new_widget->power_list, list); in dapm_seq_insert()