Home
last modified time | relevance | path

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

/sound/core/
Dpcm_lib.c2185 snd_pcm_uframes_t frames, appl_ptr, appl_ofs; in __snd_pcm_lib_xfer() local
2207 appl_ofs = appl_ptr % runtime->buffer_size; in __snd_pcm_lib_xfer()
2208 cont = runtime->buffer_size - appl_ofs; in __snd_pcm_lib_xfer()
2216 err = writer(substream, appl_ofs, data, offset, frames, in __snd_pcm_lib_xfer()