Home
last modified time | relevance | path

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

/linux-2.6.39/sound/core/
Dpcm_lib.c378 snd_pcm_sframes_t xrun_threshold; in snd_pcm_update_hw_ptr0() local
387 xrun_threshold = runtime->hw_ptr_buffer_jiffies / 2 + 1; in snd_pcm_update_hw_ptr0()
388 while (hdelta > xrun_threshold) { in snd_pcm_update_hw_ptr0()