Home
last modified time | relevance | path

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

/Linux-v5.10/sound/core/
Dpcm_dmaengine.c226 snd_pcm_uframes_t snd_dmaengine_pcm_pointer_no_residue(struct snd_pcm_substream *substream) in snd_dmaengine_pcm_pointer_no_residue() function
231 EXPORT_SYMBOL_GPL(snd_dmaengine_pcm_pointer_no_residue);
/Linux-v5.10/include/sound/
Ddmaengine_pcm.h32 snd_pcm_uframes_t snd_dmaengine_pcm_pointer_no_residue(struct snd_pcm_substream *substream);
/Linux-v5.10/sound/soc/
Dsoc-generic-dmaengine-pcm.c292 return snd_dmaengine_pcm_pointer_no_residue(substream); in dmaengine_pcm_pointer()