Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/
H A Dpcm_dmaengine.c233 snd_pcm_uframes_t snd_dmaengine_pcm_pointer_no_residue(struct snd_pcm_substream *substream) in snd_dmaengine_pcm_pointer_no_residue() function
238 EXPORT_SYMBOL_GPL(snd_dmaengine_pcm_pointer_no_residue);
/openbmc/linux/include/sound/
H A Ddmaengine_pcm.h34 snd_pcm_uframes_t snd_dmaengine_pcm_pointer_no_residue(struct snd_pcm_substream *substream);
/openbmc/linux/sound/soc/
H A Dsoc-generic-dmaengine-pcm.c285 return snd_dmaengine_pcm_pointer_no_residue(substream); in dmaengine_pcm_pointer()