Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/mixart/
Dmixart_core.c485 stream->buf_periods++; in snd_mixart_threaded_irq()
486 if (stream->buf_periods >= runtime->periods) in snd_mixart_threaded_irq()
487 stream->buf_periods = 0; in snd_mixart_threaded_irq()
Dmixart.h127 u32 buf_periods; /* periods counter in the buffer (< runtime->periods) */ member
Dmixart.c404 stream->buf_periods = 0; in mixart_set_stream_state()
903 return (snd_pcm_uframes_t)((stream->buf_periods * runtime->period_size) + stream->buf_period_frag); in snd_mixart_stream_pointer()