Searched defs:mixart_stream (Results 1 – 1 of 1) sorted by relevance
132 struct mixart_stream { struct133 struct snd_pcm_substream *substream;134 struct mixart_pipe *pipe;135 int pcm_number;137 int status; /* nothing, running, draining */139 …last absolute stream position where period_elapsed was called (multiple of runtime->period_size) */140 u32 buf_periods; /* periods counter in the buffer (< runtime->periods) */141 …ag; /* defines with buf_period_pos the exact position in the buffer (< runtime->period_size) */143 int channels;