Lines Matching defs:component
653 return snd_ctl_add(sigmadsp->component->card->snd_card, kcontrol);
659 struct snd_card *card = sigmadsp->component->card->snd_card;
693 * sigmadsp_attach() - Attach a sigmadsp instance to a ASoC component
695 * @component: The component to attach to
700 * until after the ALSA snd_card that the component belongs to has been
704 struct snd_soc_component *component)
710 sigmadsp->component = component;
797 * typically be called from the CODEC/component drivers startup callback.