Home
last modified time | relevance | path

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

/sound/core/
Dpcm_lib.c2057 snd_pcm_uframes_t frames, appl_ptr, appl_ofs; in snd_pcm_lib_write1() local
2080 appl_ofs = appl_ptr % runtime->buffer_size; in snd_pcm_lib_write1()
2082 err = transfer(substream, appl_ofs, data, offset, frames); in snd_pcm_lib_write1()
2282 snd_pcm_uframes_t frames, appl_ptr, appl_ofs; in snd_pcm_lib_read1() local
2312 appl_ofs = appl_ptr % runtime->buffer_size; in snd_pcm_lib_read1()
2314 err = transfer(substream, appl_ofs, data, offset, frames); in snd_pcm_lib_read1()