Home
last modified time | relevance | path

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

/sound/soc/
Dsoc-dmaengine-pcm.c224 snd_pcm_uframes_t snd_dmaengine_pcm_pointer_no_residue(struct snd_pcm_substream *substream) in snd_dmaengine_pcm_pointer_no_residue() function
229 EXPORT_SYMBOL_GPL(snd_dmaengine_pcm_pointer_no_residue);
Dsoc-generic-dmaengine-pcm.c205 .pointer = snd_dmaengine_pcm_pointer_no_residue,
/sound/soc/cirrus/
Dep93xx-pcm.c109 .pointer = snd_dmaengine_pcm_pointer_no_residue,
/sound/soc/atmel/
Datmel-pcm-dma.c205 .pointer = snd_dmaengine_pcm_pointer_no_residue,
/sound/soc/omap/
Domap-pcm.c105 offset = snd_dmaengine_pcm_pointer_no_residue(substream); in omap_pcm_pointer()