Home
last modified time | relevance | path

Searched defs:mixart_stream (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/pci/mixart/
H A Dmixart.h119 struct mixart_stream { struct
120 struct snd_pcm_substream *substream;
121 struct mixart_pipe *pipe;
122 int pcm_number;
124 int status; /* nothing, running, draining */
126 …last absolute stream position where period_elapsed was called (multiple of runtime->period_size) */
127 u32 buf_periods; /* periods counter in the buffer (< runtime->periods) */
128 …ag; /* defines with buf_period_pos the exact position in the buffer (< runtime->period_size) */
130 int channels;