buf_periods       405 sound/pci/mixart/mixart.c 	stream->buf_periods = 0;
buf_periods       908 sound/pci/mixart/mixart.c 	return (snd_pcm_uframes_t)((stream->buf_periods * runtime->period_size) + stream->buf_period_frag);
buf_periods       127 sound/pci/mixart/mixart.h 	u32  buf_periods;         /* periods counter in the buffer (< runtime->periods) */
buf_periods       485 sound/pci/mixart/mixart_core.c 								stream->buf_periods++;
buf_periods       486 sound/pci/mixart/mixart_core.c 								if (stream->buf_periods >= runtime->periods)
buf_periods       487 sound/pci/mixart/mixart_core.c 									stream->buf_periods = 0;