Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/mixart/
H A Dmixart_core.c478 u64 new_elapse_pos = stream->abs_period_elapsed + runtime->period_size; in snd_mixart_threaded_irq() local
480 if (new_elapse_pos > sample_count) { in snd_mixart_threaded_irq()
489 stream->abs_period_elapsed = new_elapse_pos; in snd_mixart_threaded_irq()
/openbmc/linux/sound/pci/pcxhr/
H A Dpcxhr_core.c1189 u_int64_t new_elapse_pos = stream->timer_abs_periods + in pcxhr_update_timer_pos() local
1191 if (new_elapse_pos > new_sample_count) in pcxhr_update_timer_pos()
1197 stream->timer_abs_periods = new_elapse_pos; in pcxhr_update_timer_pos()