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

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

Completed in 103 milliseconds