Lines Matching refs:component
447 struct snd_soc_component *component,
549 struct snd_ac97 *snd_soc_alloc_ac97_component(struct snd_soc_component *component);
550 struct snd_ac97 *snd_soc_new_ac97_component(struct snd_soc_component *component,
581 int snd_soc_add_component_controls(struct snd_soc_component *component,
751 struct snd_soc_component *component; member
994 int (*init)(struct snd_soc_component *component);
1130 #define for_each_card_auxs(card, component) \ argument
1131 list_for_each_entry(component, &card->aux_comp_list, card_aux_list)
1132 #define for_each_card_auxs_safe(card, component, _comp) \ argument
1133 list_for_each_entry_safe(component, _comp, \
1136 #define for_each_card_components(card, component) \ argument
1137 list_for_each_entry(component, &(card)->component_dev_list, card_list)
1354 int snd_soc_register_dai(struct snd_soc_component *component,