Home
last modified time | relevance | path

Searched refs:pcm_destruct (Results 1 – 6 of 6) sorted by relevance

/linux/sound/soc/fsl/
H A Dimx-pcm-fiq.c278 .pcm_destruct = snd_imx_pcm_free,
/linux/sound/soc/samsung/
H A Didma.c403 .pcm_destruct = idma_free,
/linux/sound/soc/
H A Dsoc-component.c1153 if (component->driver->pcm_destruct) in snd_soc_pcm_component_free()
1154 component->driver->pcm_destruct(component, rtd->pcm); in snd_soc_pcm_component_free()
/linux/include/sound/
H A Dsoc-component.h91 void (*pcm_destruct)(struct snd_soc_component *component, member
/linux/sound/soc/generic/
H A Dtest-component.c589 cdriv->pcm_destruct = test_component_pcm_destruct; in test_driver_probe()
/linux/sound/soc/apple/
H A Dmca.c983 .pcm_destruct = mca_pcm_free,