Home
last modified time | relevance | path

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

/linux-4.4.14/sound/core/
Dpcm_dmaengine.c242 snd_pcm_uframes_t snd_dmaengine_pcm_pointer(struct snd_pcm_substream *substream) in snd_dmaengine_pcm_pointer() function
259 EXPORT_SYMBOL_GPL(snd_dmaengine_pcm_pointer);
/linux-4.4.14/include/sound/
Ddmaengine_pcm.h39 snd_pcm_uframes_t snd_dmaengine_pcm_pointer(struct snd_pcm_substream *substream);
/linux-4.4.14/sound/arm/
Dpxa2xx-pcm-lib.c85 return snd_dmaengine_pcm_pointer(substream); in pxa2xx_pcm_pointer()
/linux-4.4.14/sound/soc/omap/
Domap-pcm.c124 offset = snd_dmaengine_pcm_pointer(substream); in omap_pcm_pointer()
/linux-4.4.14/sound/soc/pxa/
Dmmp-pcm.c140 .pointer = snd_dmaengine_pcm_pointer,
/linux-4.4.14/sound/soc/
Dsoc-generic-dmaengine-pcm.c318 return snd_dmaengine_pcm_pointer(substream); in dmaengine_pcm_pointer()