Lines Matching defs:component
211 static int stm32_adfsdm_trigger(struct snd_soc_component *component,
232 static int stm32_adfsdm_pcm_open(struct snd_soc_component *component,
246 static int stm32_adfsdm_pcm_close(struct snd_soc_component *component,
259 struct snd_soc_component *component,
269 static int stm32_adfsdm_pcm_hw_params(struct snd_soc_component *component,
283 static int stm32_adfsdm_pcm_new(struct snd_soc_component *component,
314 struct snd_soc_component *component;
342 component = devm_kzalloc(&pdev->dev, sizeof(*component), GFP_KERNEL);
343 if (!component)
346 ret = snd_soc_component_initialize(component,
352 component->debugfs_prefix = "pcm";
355 ret = snd_soc_add_component(component, NULL, 0);