Home
last modified time | relevance | path

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

/linux/sound/pci/pcxhr/
H A Dpcxhr.h134 u_int32_t timer_buf_periods; /* nb of periods in the buffer that have already elapsed */ member
H A Dpcxhr.c512 stream->timer_buf_periods = 0; in pcxhr_set_stream_state()
1083 int timer_buf_periods; in pcxhr_stream_pointer() local
1092 timer_buf_periods = stream->timer_buf_periods; in pcxhr_stream_pointer()
1094 return (snd_pcm_uframes_t)((timer_buf_periods * runtime->period_size) + in pcxhr_stream_pointer()