Lines Matching defs:component
50 static int txx9aclc_pcm_hw_params(struct snd_soc_component *component,
57 dev_dbg(component->dev,
63 dev_dbg(component->dev,
73 static int txx9aclc_pcm_prepare(struct snd_soc_component *component,
197 static int txx9aclc_pcm_trigger(struct snd_soc_component *component,
231 txx9aclc_pcm_pointer(struct snd_soc_component *component,
239 static int txx9aclc_pcm_open(struct snd_soc_component *component,
258 static int txx9aclc_pcm_close(struct snd_soc_component *component,
269 static int txx9aclc_pcm_new(struct snd_soc_component *component,
275 struct platform_device *pdev = to_platform_device(component->dev);
281 /* at this point onwards the AC97 component has probed and this will be valid */
360 static int txx9aclc_pcm_probe(struct snd_soc_component *component)
362 snd_soc_component_set_drvdata(component, &txx9aclc_soc_device);
366 static void txx9aclc_pcm_remove(struct snd_soc_component *component)
368 struct txx9aclc_soc_device *dev = snd_soc_component_get_drvdata(component);