Home
last modified time | relevance | path

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

/linux-4.1.27/sound/core/
Dpcm_lib.c2049 snd_pcm_uframes_t frames, appl_ptr, appl_ofs; in snd_pcm_lib_write1() local
2072 appl_ofs = appl_ptr % runtime->buffer_size; in snd_pcm_lib_write1()
2074 err = transfer(substream, appl_ofs, data, offset, frames); in snd_pcm_lib_write1()
2274 snd_pcm_uframes_t frames, appl_ptr, appl_ofs; in snd_pcm_lib_read1() local
2304 appl_ofs = appl_ptr % runtime->buffer_size; in snd_pcm_lib_read1()
2306 err = transfer(substream, appl_ofs, data, offset, frames); in snd_pcm_lib_read1()