Home
last modified time | relevance | path

Searched refs:snd_dmaengine_pcm_pointer (Results 1 – 5 of 5) sorted by relevance

/linux/sound/core/
H A Dpcm_dmaengine.c251 snd_pcm_uframes_t snd_dmaengine_pcm_pointer(struct snd_pcm_substream *substream) in snd_dmaengine_pcm_pointer() function
272 EXPORT_SYMBOL_GPL(snd_dmaengine_pcm_pointer);
/linux/sound/arm/
H A Dpxa2xx-pcm-lib.c70 return snd_dmaengine_pcm_pointer(substream); in pxa2xx_pcm_pointer()
/linux/sound/soc/tegra/
H A Dtegra_pcm.c190 return snd_dmaengine_pcm_pointer(substream); in tegra_pcm_pointer()
/linux/sound/soc/
H A Dsoc-generic-dmaengine-pcm.c287 return snd_dmaengine_pcm_pointer(substream); in dmaengine_pcm_pointer()
/linux/sound/soc/renesas/rcar/
H A Ddma.c259 *pointer = snd_dmaengine_pcm_pointer(io->substream); in rsnd_dmaen_pointer()