Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/sound/
Dsoc-component.h192 struct list_head card_aux_list; /* for auxiliary bound components */ member
Dsoc.h1105 list_for_each_entry(component, &card->aux_comp_list, card_aux_list)
1108 &card->aux_comp_list, card_aux_list)
/kernel/linux/linux-5.10/sound/soc/
Dsoc-core.c1352 list_del(&component->card_aux_list); in soc_unbind_aux_dev()
1371 list_add(&component->card_aux_list, &card->aux_comp_list); in soc_bind_aux_dev()