Lines Matching defs:component
665 return snd_ctl_add(sigmadsp->component->card->snd_card, kcontrol);
671 struct snd_card *card = sigmadsp->component->card->snd_card;
688 * sigmadsp_attach() - Attach a sigmadsp instance to a ASoC component
690 * @component: The component to attach to
695 * until after the ALSA snd_card that the component belongs to has been
699 struct snd_soc_component *component)
705 sigmadsp->component = component;
792 * typically be called from the CODEC/component drivers startup callback.