Home
last modified time | relevance | path

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

/sound/core/
Dpcm_lib.c264 unsigned long jdelta; in snd_pcm_update_hw_ptr0() local
353 jdelta = curr_jiffies - runtime->hw_ptr_jiffies; in snd_pcm_update_hw_ptr0()
354 if (jdelta < runtime->hw_ptr_buffer_jiffies / 2) in snd_pcm_update_hw_ptr0()
356 hdelta = jdelta - delta * HZ / runtime->rate; in snd_pcm_update_hw_ptr0()
394 jdelta = curr_jiffies - runtime->hw_ptr_jiffies; in snd_pcm_update_hw_ptr0()
395 if (((hdelta * HZ) / runtime->rate) > jdelta + HZ/100) { in snd_pcm_update_hw_ptr0()
396 delta = jdelta / in snd_pcm_update_hw_ptr0()
416 (long)runtime->period_size, jdelta, in snd_pcm_update_hw_ptr0()