Home
last modified time | relevance | path

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

/linux/sound/pci/pcxhr/
H A Dpcxhr.h133 u_int32_t timer_period_frag; /* timer: samples elapsed since last call to snd_pcm_period_elapsed (0..period_size) */ member
H A Dpcxhr.c514 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()
1085 u_int32_t timer_period_frag; in pcxhr_stream_pointer() local
1094 timer_period_frag = stream->timer_period_frag; in pcxhr_stream_pointer()
1098 timer_period_frag); in pcxhr_stream_pointer()