Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/pcxhr/
H A Dpcxhr_core.c1149 int samples_to_add) in pcxhr_update_timer_pos() argument
1158 if (samples_to_add < 0) { in pcxhr_update_timer_pos()
1161 samples_to_add = mgr->granularity; in pcxhr_update_timer_pos()
1166 ((stream->timer_period_frag + samples_to_add) >= in pcxhr_update_timer_pos()
1186 stream->timer_period_frag + samples_to_add; in pcxhr_update_timer_pos()