Searched refs:appl_ofs (Results 1 – 1 of 1) sorted by relevance
2229 snd_pcm_uframes_t frames, appl_ptr, appl_ofs; in __snd_pcm_lib_xfer() local2251 appl_ofs = appl_ptr % runtime->buffer_size; in __snd_pcm_lib_xfer()2252 cont = runtime->buffer_size - appl_ofs; in __snd_pcm_lib_xfer()2262 err = writer(substream, appl_ofs, data, offset, frames, in __snd_pcm_lib_xfer()
Completed in 7 milliseconds