Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/include/sound/
Ddmaengine_pcm.h39 snd_pcm_uframes_t snd_dmaengine_pcm_pointer(struct snd_pcm_substream *substream);
/linux-4.1.27/sound/soc/omap/
Domap-pcm.c124 offset = snd_dmaengine_pcm_pointer(substream); in omap_pcm_pointer()
/linux-4.1.27/sound/soc/pxa/
Dmmp-pcm.c140 .pointer = snd_dmaengine_pcm_pointer,
/linux-4.1.27/sound/soc/
Dsoc-generic-dmaengine-pcm.c315 return snd_dmaengine_pcm_pointer(substream); in dmaengine_pcm_pointer()