Home
last modified time | relevance | path

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

/linux-6.12.1/sound/pci/pcxhr/
Dpcxhr.h133 …u_int32_t timer_period_frag; /* timer: samples elapsed since last call to snd_pcm_period_elapsed (… member
Dpcxhr.c511 stream->timer_period_frag = 0; /* reset theoretical stream pos */ in pcxhr_set_stream_state()
802 stream->timer_period_frag += mgr->granularity; in pcxhr_start_linked_stream()
1099 u_int32_t timer_period_frag; in pcxhr_stream_pointer() local
1108 timer_period_frag = stream->timer_period_frag; in pcxhr_stream_pointer()
1114 timer_period_frag); in pcxhr_stream_pointer()
Dpcxhr_core.c1142 stream->timer_abs_periods + stream->timer_period_frag + in pcxhr_stream_read_position()
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()
1200 stream->timer_period_frag = in pcxhr_update_timer_pos()