Searched defs:pcxhr_stream (Results 1 – 1 of 1) sorted by relevance
139 struct pcxhr_stream { struct144 enum pcxhr_stream_status status; /* free, open, running, draining, pause */ argument146 …t64_t timer_abs_periods; /* timer: samples elapsed since TRIGGER_START (multiple of period_size) */147 …eriod_frag; /* timer: samples elapsed since last call to snd_pcm_period_elapsed (0..period_size) */148 u_int32_t timer_buf_periods; /* nb of periods in the buffer that have already elapsed */149 int timer_is_synced; /* if(0) : timer needs to be resynced with real hardware pointer */151 int channels;