Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/
H A Dpcm_lib.c347 if (hdelta > runtime->hw_ptr_buffer_jiffies/2 + 1) { in snd_pcm_update_hw_ptr0()
380 if (jdelta < runtime->hw_ptr_buffer_jiffies / 2) in snd_pcm_update_hw_ptr0()
383 xrun_threshold = runtime->hw_ptr_buffer_jiffies / 2 + 1; in snd_pcm_update_hw_ptr0()
392 hdelta -= runtime->hw_ptr_buffer_jiffies; in snd_pcm_update_hw_ptr0()
H A Dpcm_native.c1453 runtime->hw_ptr_buffer_jiffies = (runtime->buffer_size * HZ) / in snd_pcm_post_start()
/openbmc/linux/include/sound/
H A Dpcm.h357 unsigned long hw_ptr_buffer_jiffies; /* buffer time in jiffies */ member