Searched refs:appl_ofs (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/sound/core/ |
D | pcm_lib.c | 2047 snd_pcm_uframes_t frames, appl_ptr, appl_ofs; in snd_pcm_lib_write1() local 2070 appl_ofs = appl_ptr % runtime->buffer_size; in snd_pcm_lib_write1() 2072 err = transfer(substream, appl_ofs, data, offset, frames); in snd_pcm_lib_write1() 2272 snd_pcm_uframes_t frames, appl_ptr, appl_ofs; in snd_pcm_lib_read1() local 2302 appl_ofs = appl_ptr % runtime->buffer_size; in snd_pcm_lib_read1() 2304 err = transfer(substream, appl_ofs, data, offset, frames); in snd_pcm_lib_read1()
|