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,
659 static snd_pcm_sframes_t sst_soc_delay(struct snd_soc_component *component,
671 static int sst_soc_pcm_new(struct snd_soc_component *component,
686 static int sst_soc_probe(struct snd_soc_component *component)
688 struct sst_data *drv = dev_get_drvdata(component->dev);
690 drv->soc_card = component->card;
691 return sst_dsp_init_v2_dpcm(component);
694 static void sst_soc_remove(struct snd_soc_component *component)
696 struct sst_data *drv = dev_get_drvdata(component->dev);