buf_period_frag   406 sound/pci/mixart/mixart.c 	stream->buf_period_frag = 0;
buf_period_frag   908 sound/pci/mixart/mixart.c 	return (snd_pcm_uframes_t)((stream->buf_periods * runtime->period_size) + stream->buf_period_frag);
buf_period_frag   128 sound/pci/mixart/mixart.h 	u32  buf_period_frag;     /* defines with buf_period_pos the exact position in the buffer (< runtime->period_size) */
buf_period_frag   492 sound/pci/mixart/mixart_core.c 						stream->buf_period_frag = (u32)( sample_count - stream->abs_period_elapsed );