Lines Matching defs:component
577 static int sst_soc_open(struct snd_soc_component *component,
590 static int sst_soc_trigger(struct snd_soc_component *component,
638 static snd_pcm_uframes_t sst_soc_pointer(struct snd_soc_component *component,
660 static int sst_soc_pcm_new(struct snd_soc_component *component,
676 static int sst_soc_probe(struct snd_soc_component *component)
678 struct sst_data *drv = dev_get_drvdata(component->dev);
680 drv->soc_card = component->card;
681 return sst_dsp_init_v2_dpcm(component);
684 static void sst_soc_remove(struct snd_soc_component *component)
686 struct sst_data *drv = dev_get_drvdata(component->dev);