Home
last modified time | relevance | path

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

/sound/core/
Dpcm_lib.c254 unsigned long jdelta; in snd_pcm_update_hw_ptr0() local
343 jdelta = curr_jiffies - runtime->hw_ptr_jiffies; in snd_pcm_update_hw_ptr0()
344 if (jdelta < runtime->hw_ptr_buffer_jiffies / 2) in snd_pcm_update_hw_ptr0()
346 hdelta = jdelta - delta * HZ / runtime->rate; in snd_pcm_update_hw_ptr0()
384 jdelta = curr_jiffies - runtime->hw_ptr_jiffies; in snd_pcm_update_hw_ptr0()
385 if (((hdelta * HZ) / runtime->rate) > jdelta + HZ/100) { in snd_pcm_update_hw_ptr0()
386 delta = jdelta / in snd_pcm_update_hw_ptr0()
406 (long)runtime->period_size, jdelta, in snd_pcm_update_hw_ptr0()