Lines Matching refs:boundary
51 if (runtime->silence_size < runtime->boundary) { in snd_pcm_playback_silence()
57 n += runtime->boundary; in snd_pcm_playback_silence()
80 runtime->boundary; in snd_pcm_playback_silence()
85 frames += runtime->boundary; in snd_pcm_playback_silence()
323 if (hw_base >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
336 if (hw_base >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
345 delta += runtime->boundary; in snd_pcm_update_hw_ptr0()
361 if (hw_base >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
406 if (new_hw_ptr >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
407 new_hw_ptr -= runtime->boundary; in snd_pcm_update_hw_ptr0()
448 delta += runtime->boundary; in snd_pcm_update_hw_ptr0()
451 if (runtime->hw_ptr_interrupt >= runtime->boundary) in snd_pcm_update_hw_ptr0()
452 runtime->hw_ptr_interrupt -= runtime->boundary; in snd_pcm_update_hw_ptr0()
459 runtime->hw_ptr_wrap += runtime->boundary; in snd_pcm_update_hw_ptr0()
2275 if (appl_ptr >= runtime->boundary) in __snd_pcm_lib_xfer()
2276 appl_ptr -= runtime->boundary; in __snd_pcm_lib_xfer()