Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/
H A Dpcm_lib.c374 snd_pcm_sframes_t xrun_threshold; in snd_pcm_update_hw_ptr0() local
383 xrun_threshold = runtime->hw_ptr_buffer_jiffies / 2 + 1; in snd_pcm_update_hw_ptr0()
384 while (hdelta > xrun_threshold) { in snd_pcm_update_hw_ptr0()