Searched refs:appl_ofs (Results 1 – 1 of 1) sorted by relevance
/sound/core/ |
D | pcm_lib.c | 1620 snd_pcm_uframes_t frames, appl_ptr, appl_ofs; in snd_pcm_lib_write1() local 1644 appl_ofs = appl_ptr % runtime->buffer_size; in snd_pcm_lib_write1() 1646 if ((err = transfer(substream, appl_ofs, data, offset, frames)) < 0) in snd_pcm_lib_write1() 1837 snd_pcm_uframes_t frames, appl_ptr, appl_ofs; in snd_pcm_lib_read1() local 1868 appl_ofs = appl_ptr % runtime->buffer_size; in snd_pcm_lib_read1() 1870 if ((err = transfer(substream, appl_ofs, data, offset, frames)) < 0) in snd_pcm_lib_read1()
|