Home
last modified time | relevance | path

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

/linux-3.4.99/sound/core/
Dpcm_lib.c1923 snd_pcm_uframes_t frames, appl_ptr, appl_ofs; in snd_pcm_lib_write1() local
1950 appl_ofs = appl_ptr % runtime->buffer_size; in snd_pcm_lib_write1()
1952 err = transfer(substream, appl_ofs, data, offset, frames); in snd_pcm_lib_write1()
2147 snd_pcm_uframes_t frames, appl_ptr, appl_ofs; in snd_pcm_lib_read1() local
2181 appl_ofs = appl_ptr % runtime->buffer_size; in snd_pcm_lib_read1()
2183 err = transfer(substream, appl_ofs, data, offset, frames); in snd_pcm_lib_read1()