Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dpcm_lib.c2343 snd_pcm_uframes_t frames, appl_ptr, appl_ofs; in __snd_pcm_lib_xfer() local
2365 appl_ofs = appl_ptr % runtime->buffer_size; in __snd_pcm_lib_xfer()
2366 cont = runtime->buffer_size - appl_ofs; in __snd_pcm_lib_xfer()
2380 err = writer(substream, appl_ofs, data, offset, frames, in __snd_pcm_lib_xfer()