Lines Matching refs:boundary
58 if (runtime->silence_size < runtime->boundary) { in snd_pcm_playback_silence()
63 n += runtime->boundary; in snd_pcm_playback_silence()
86 runtime->boundary; in snd_pcm_playback_silence()
91 frames += runtime->boundary; in snd_pcm_playback_silence()
346 if (hw_base >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
359 if (hw_base >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
368 delta += runtime->boundary; in snd_pcm_update_hw_ptr0()
384 if (hw_base >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
429 if (new_hw_ptr >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
430 new_hw_ptr -= runtime->boundary; in snd_pcm_update_hw_ptr0()
471 delta += runtime->boundary; in snd_pcm_update_hw_ptr0()
474 if (runtime->hw_ptr_interrupt >= runtime->boundary) in snd_pcm_update_hw_ptr0()
475 runtime->hw_ptr_interrupt -= runtime->boundary; in snd_pcm_update_hw_ptr0()
482 runtime->hw_ptr_wrap += runtime->boundary; in snd_pcm_update_hw_ptr0()
2097 if (appl_ptr >= runtime->boundary) in snd_pcm_lib_write1()
2098 appl_ptr -= runtime->boundary; in snd_pcm_lib_write1()
2329 if (appl_ptr >= runtime->boundary) in snd_pcm_lib_read1()
2330 appl_ptr -= runtime->boundary; in snd_pcm_lib_read1()