Home
last modified time | relevance | path

Searched refs:buf_period_frag (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/mixart/
H A Dmixart.h128 u32 buf_period_frag; /* defines with buf_period_pos the exact position in the buffer (< runtime->period_size) */ member
H A Dmixart_core.c491 stream->buf_period_frag = (u32)( sample_count - stream->abs_period_elapsed ); in snd_mixart_threaded_irq()
H A Dmixart.c406 stream->buf_period_frag = 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()
/kernel/linux/linux-6.6/sound/pci/mixart/
H A Dmixart.h128 u32 buf_period_frag; /* defines with buf_period_pos the exact position in the buffer (< runtime->period_size) */ 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()

Completed in 8 milliseconds