Home
last modified time | relevance | path

Searched refs:snd_soc_component_alloc (Results 1 – 3 of 3) sorted by relevance

/linux/include/sound/
H A Dsoc-component.h289 struct snd_soc_component *snd_soc_component_alloc(struct device *dev);
/linux/sound/soc/
H A Dsoc-component.c32 struct snd_soc_component *snd_soc_component_alloc(struct device *dev) in snd_soc_component_alloc() function
43 EXPORT_SYMBOL_GPL(snd_soc_component_alloc);
H A Dsoc-core.c2803 component = snd_soc_component_alloc(dev); in snd_soc_register_component_d()