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()
349 if (hw_base >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
362 if (hw_base >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
371 delta += runtime->boundary; in snd_pcm_update_hw_ptr0()
387 if (hw_base >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
432 if (new_hw_ptr >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
433 new_hw_ptr -= runtime->boundary; in snd_pcm_update_hw_ptr0()
474 delta += runtime->boundary; in snd_pcm_update_hw_ptr0()
477 if (runtime->hw_ptr_interrupt >= runtime->boundary) in snd_pcm_update_hw_ptr0()
478 runtime->hw_ptr_interrupt -= runtime->boundary; in snd_pcm_update_hw_ptr0()
485 runtime->hw_ptr_wrap += runtime->boundary; in snd_pcm_update_hw_ptr0()
2174 if (appl_ptr >= runtime->boundary) in pcm_lib_apply_appl_ptr()
2185 if (runtime->boundary + diff > runtime->buffer_size) in pcm_lib_apply_appl_ptr()
2328 if (appl_ptr >= runtime->boundary) in __snd_pcm_lib_xfer()
2329 appl_ptr -= runtime->boundary; in __snd_pcm_lib_xfer()