Home
last modified time | relevance | path

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

/Linux-v5.4/sound/core/
Dpcm_dmaengine.c240 snd_pcm_uframes_t snd_dmaengine_pcm_pointer(struct snd_pcm_substream *substream) in snd_dmaengine_pcm_pointer() function
257 EXPORT_SYMBOL_GPL(snd_dmaengine_pcm_pointer);
/Linux-v5.4/include/sound/
Ddmaengine_pcm.h31 snd_pcm_uframes_t snd_dmaengine_pcm_pointer(struct snd_pcm_substream *substream);
/Linux-v5.4/sound/arm/
Dpxa2xx-pcm-lib.c79 return snd_dmaengine_pcm_pointer(substream); in pxa2xx_pcm_pointer()
/Linux-v5.4/sound/soc/pxa/
Dmmp-pcm.c138 .pointer = snd_dmaengine_pcm_pointer,
/Linux-v5.4/sound/soc/
Dsoc-generic-dmaengine-pcm.c331 return snd_dmaengine_pcm_pointer(substream); in dmaengine_pcm_pointer()