Home
last modified time | relevance | path

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

/linux-2.6.39/sound/core/
Dpcm_lib.c307 unsigned long jdelta; in snd_pcm_update_hw_ptr0() local
383 jdelta = jiffies - runtime->hw_ptr_jiffies; in snd_pcm_update_hw_ptr0()
384 if (jdelta < runtime->hw_ptr_buffer_jiffies / 2) in snd_pcm_update_hw_ptr0()
386 hdelta = jdelta - delta * HZ / runtime->rate; in snd_pcm_update_hw_ptr0()
425 jdelta = jiffies - runtime->hw_ptr_jiffies; in snd_pcm_update_hw_ptr0()
426 if (((hdelta * HZ) / runtime->rate) > jdelta + HZ/100) { in snd_pcm_update_hw_ptr0()
427 delta = jdelta / in snd_pcm_update_hw_ptr0()
448 (long)runtime->period_size, jdelta, in snd_pcm_update_hw_ptr0()