Home
last modified time | relevance | path

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

/sound/pci/mixart/
Dmixart_core.c497 stream->buf_periods++; in snd_mixart_threaded_irq()
498 if (stream->buf_periods >= runtime->periods) in snd_mixart_threaded_irq()
499 stream->buf_periods = 0; in snd_mixart_threaded_irq()
Dmixart.h144 u32 buf_periods; /* periods counter in the buffer (< runtime->periods) */ member
Dmixart.c417 stream->buf_periods = 0; in mixart_set_stream_state()
920 return (snd_pcm_uframes_t)((stream->buf_periods * runtime->period_size) + stream->buf_period_frag); in snd_mixart_stream_pointer()