Home
last modified time | relevance | path

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

/sound/pci/pcxhr/
Dpcxhr.h147 …u_int32_t timer_period_frag; /* timer: samples elapsed since last call to snd_pcm_period_elapsed (… member
Dpcxhr.c525 stream->timer_period_frag = 0; /* reset theoretical stream pos */ in pcxhr_set_stream_state()
817 stream->timer_period_frag += mgr->granularity; in pcxhr_start_linked_stream()
1130 u_int32_t timer_period_frag; in pcxhr_stream_pointer() local
1139 timer_period_frag = stream->timer_period_frag; in pcxhr_stream_pointer()
1145 timer_period_frag); in pcxhr_stream_pointer()
Dpcxhr_core.c1155 stream->timer_abs_periods + stream->timer_period_frag + in pcxhr_stream_read_position()
1179 ((stream->timer_period_frag + samples_to_add) >= in pcxhr_update_timer_pos()
1199 stream->timer_period_frag + samples_to_add; in pcxhr_update_timer_pos()
1213 stream->timer_period_frag = in pcxhr_update_timer_pos()