Lines Matching defs:component
212 static int stm32_adfsdm_trigger(struct snd_soc_component *component,
233 static int stm32_adfsdm_pcm_open(struct snd_soc_component *component,
247 static int stm32_adfsdm_pcm_close(struct snd_soc_component *component,
260 struct snd_soc_component *component,
270 static int stm32_adfsdm_pcm_hw_params(struct snd_soc_component *component,
284 static int stm32_adfsdm_pcm_new(struct snd_soc_component *component,
330 struct snd_soc_component *component;
364 component = devm_kzalloc(&pdev->dev, sizeof(*component), GFP_KERNEL);
365 if (!component)
368 ret = snd_soc_component_initialize(component,
374 component->debugfs_prefix = "pcm";
377 ret = snd_soc_add_component(component, NULL, 0);