Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/mixart/
H A Dmixart_core.c484 stream->buf_periods++; in snd_mixart_threaded_irq()
485 if (stream->buf_periods >= runtime->periods) in snd_mixart_threaded_irq()
486 stream->buf_periods = 0; in snd_mixart_threaded_irq()
H A Dmixart.h127 u32 buf_periods; /* periods counter in the buffer (< runtime->periods) */ member
H A Dmixart.c405 stream->buf_periods = 0; in mixart_set_stream_state()
904 return (snd_pcm_uframes_t)((stream->buf_periods * runtime->period_size) + stream->buf_period_frag); in snd_mixart_stream_pointer()