Home
last modified time | relevance | path

Searched refs:snd_dmaengine_pcm_pointer_no_residue (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/sound/core/
Dpcm_dmaengine.c228 snd_pcm_uframes_t snd_dmaengine_pcm_pointer_no_residue(struct snd_pcm_substream *substream) in snd_dmaengine_pcm_pointer_no_residue() function
233 EXPORT_SYMBOL_GPL(snd_dmaengine_pcm_pointer_no_residue);
/linux-4.4.14/include/sound/
Ddmaengine_pcm.h40 snd_pcm_uframes_t snd_dmaengine_pcm_pointer_no_residue(struct snd_pcm_substream *substream);
/linux-4.4.14/sound/soc/omap/
Domap-pcm.c122 offset = snd_dmaengine_pcm_pointer_no_residue(substream); in omap_pcm_pointer()
/linux-4.4.14/sound/soc/
Dsoc-generic-dmaengine-pcm.c316 return snd_dmaengine_pcm_pointer_no_residue(substream); in dmaengine_pcm_pointer()