Lines Matching refs:boundary
47 delta += runtime->boundary; in update_silence_vars()
70 if (runtime->silence_size < runtime->boundary) { in snd_pcm_playback_silence()
80 noise_dist += runtime->boundary; in snd_pcm_playback_silence()
103 avail += runtime->boundary; in snd_pcm_playback_silence()
352 if (hw_base >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
365 if (hw_base >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
374 delta += runtime->boundary; in snd_pcm_update_hw_ptr0()
390 if (hw_base >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
435 if (new_hw_ptr >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
436 new_hw_ptr -= runtime->boundary; in snd_pcm_update_hw_ptr0()
477 delta += runtime->boundary; in snd_pcm_update_hw_ptr0()
480 if (runtime->hw_ptr_interrupt >= runtime->boundary) in snd_pcm_update_hw_ptr0()
481 runtime->hw_ptr_interrupt -= runtime->boundary; in snd_pcm_update_hw_ptr0()
488 runtime->hw_ptr_wrap += runtime->boundary; in snd_pcm_update_hw_ptr0()
2238 if (appl_ptr >= runtime->boundary) in pcm_lib_apply_appl_ptr()
2249 if (runtime->boundary + diff > runtime->buffer_size) in pcm_lib_apply_appl_ptr()
2392 if (appl_ptr >= runtime->boundary) in __snd_pcm_lib_xfer()
2393 appl_ptr -= runtime->boundary; in __snd_pcm_lib_xfer()