Searched refs:__snd_pcm_lib_xfer (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/sound/
H A Dpcm.h1158 snd_pcm_sframes_t __snd_pcm_lib_xfer(struct snd_pcm_substream *substream,
1166 return __snd_pcm_lib_xfer(substream, (void __force *)buf, true, frames, false);
1173 return __snd_pcm_lib_xfer(substream, (void __force *)buf, true, frames, false);
1180 return __snd_pcm_lib_xfer(substream, (void *)bufs, false, frames, false);
1187 return __snd_pcm_lib_xfer(substream, (void *)bufs, false, frames, false);
1194 return __snd_pcm_lib_xfer(substream, (void *)buf, true, frames, true);
1201 return __snd_pcm_lib_xfer(substream, buf, true, frames, true);
1208 return __snd_pcm_lib_xfer(substream, bufs, false, frames, true);
1215 return __snd_pcm_lib_xfer(substream, bufs, false, frames, true);
/linux-master/sound/core/
H A Dpcm_lib.c2237 snd_pcm_sframes_t __snd_pcm_lib_xfer(struct snd_pcm_substream *substream, function
2383 EXPORT_SYMBOL(__snd_pcm_lib_xfer); variable
/linux-master/sound/core/oss/
H A Dpcm_oss.c1242 ret = __snd_pcm_lib_xfer(substream, (void *)ptr, true,
1281 ret = __snd_pcm_lib_xfer(substream, (void *)ptr, true,

Completed in 104 milliseconds