Home
last modified time | relevance | path

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

/sound/core/
Dpcm_lib.c287 unsigned long jdelta; in snd_pcm_update_hw_ptr0() local
376 jdelta = curr_jiffies - runtime->hw_ptr_jiffies; in snd_pcm_update_hw_ptr0()
377 if (jdelta < runtime->hw_ptr_buffer_jiffies / 2) in snd_pcm_update_hw_ptr0()
379 hdelta = jdelta - delta * HZ / runtime->rate; in snd_pcm_update_hw_ptr0()
417 jdelta = curr_jiffies - runtime->hw_ptr_jiffies; in snd_pcm_update_hw_ptr0()
418 if (((hdelta * HZ) / runtime->rate) > jdelta + HZ/100) { in snd_pcm_update_hw_ptr0()
419 delta = jdelta / in snd_pcm_update_hw_ptr0()
439 (long)runtime->period_size, jdelta, in snd_pcm_update_hw_ptr0()