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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/pcxhr/
H A Dpcxhr.h131 u_int32_t timer_period_frag; /* timer: samples elapsed since last call to snd_pcm_period_elapsed (0..period_size) */ member in struct:pcxhr_stream
H A Dpcxhr.c363 stream->timer_period_frag = 0; /* reset theoretical stream pos */
600 stream->timer_period_frag += PCXHR_GRANULARITY;
922 u_int32_t timer_period_frag; local
931 timer_period_frag = stream->timer_period_frag;
937 timer_period_frag);
H A Dpcxhr_core.c1065 stream->timer_period_frag + PCXHR_GRANULARITY));
1087 stream->timer_period_frag + PCXHR_GRANULARITY >=
1105 stream->timer_period_frag + samples_to_add;
1119 stream->timer_period_frag = (u_int32_t)(new_sample_count -

Completed in 44 milliseconds