Home
last modified time | relevance | path

Searched refs:pcm_free (Results 1 – 18 of 18) sorted by relevance

/linux-4.4.14/sound/soc/pxa/
Dpxa2xx-pcm.c90 .pcm_free = pxa2xx_pcm_free_dma_buffers,
Dmmp-pcm.c218 .pcm_free = mmp_pcm_free_dma_buffers,
/linux-4.4.14/Documentation/sound/alsa/soc/
Dplatform.txt36 void (*pcm_free)(struct snd_pcm *);
/linux-4.4.14/sound/soc/omap/
Domap-pcm.c251 .pcm_free = omap_pcm_free_dma_buffers,
/linux-4.4.14/sound/soc/kirkwood/
Dkirkwood-dma.c324 .pcm_free = kirkwood_dma_free_dma_buffers,
/linux-4.4.14/sound/soc/fsl/
Dimx-pcm-fiq.c349 .pcm_free = imx_pcm_fiq_free,
Dfsl_asrc_dma.c389 .pcm_free = fsl_asrc_dma_pcm_free,
Dmpc5200_dma.c363 .pcm_free = &psc_dma_free,
Dfsl_dma.c916 dma->dai.pcm_free = fsl_dma_free_dma_buffers; in fsl_soc_dma_probe()
/linux-4.4.14/sound/soc/samsung/
Didma.c406 .pcm_free = idma_free,
/linux-4.4.14/sound/soc/atmel/
Datmel-pcm-pdc.c399 .pcm_free = atmel_pcm_free,
/linux-4.4.14/sound/soc/blackfin/
Dbf5xx-ac97-pcm.c448 .pcm_free = bf5xx_pcm_free_dma_buffers,
/linux-4.4.14/sound/soc/qcom/
Dlpass-platform.c544 .pcm_free = lpass_platform_pcm_free,
/linux-4.4.14/sound/soc/sh/
Dsiu_pcm.c610 .pcm_free = siu_pcm_free,
/linux-4.4.14/sound/soc/intel/skylake/
Dskl-pcm.c930 .pcm_free = skl_pcm_free,
/linux-4.4.14/sound/soc/mediatek/
Dmtk-afe-pcm.c207 .pcm_free = mtk_afe_pcm_free,
/linux-4.4.14/include/sound/
Dsoc.h919 void (*pcm_free)(struct snd_pcm *); member
/linux-4.4.14/sound/soc/
Dsoc-pcm.c2655 pcm->private_free = platform->driver->pcm_free; in soc_new_pcm()