Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/pcxhr/
Dpcxhr.h134 u_int32_t timer_buf_periods; /* nb of periods in the buffer that have already elapsed */ member
Dpcxhr.c513 stream->timer_buf_periods = 0; in pcxhr_set_stream_state()
1102 int timer_buf_periods; in pcxhr_stream_pointer() local
1111 timer_buf_periods = stream->timer_buf_periods; in pcxhr_stream_pointer()
1115 return (snd_pcm_uframes_t)((timer_buf_periods * runtime->period_size) + in pcxhr_stream_pointer()
Dpcxhr_core.c1194 stream->timer_buf_periods++; in pcxhr_update_timer_pos()
1195 if (stream->timer_buf_periods >= runtime->periods) in pcxhr_update_timer_pos()
1196 stream->timer_buf_periods = 0; in pcxhr_update_timer_pos()