Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/mixart/
H A Dmixart.h128 …u32 buf_period_frag; /* defines with buf_period_pos the exact position in the buffer (< runti… member
H A Dmixart_core.c492 stream->buf_period_frag = (u32)( sample_count - stream->abs_period_elapsed ); in snd_mixart_threaded_irq()
H A Dmixart.c405 stream->buf_period_frag = 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()