Searched defs:snd_pcm_runtime (Results 1 – 1 of 1) sorted by relevance
365 struct snd_pcm_runtime { struct367 snd_pcm_state_t state; /* stream state */368 snd_pcm_state_t suspended_state; /* suspended stream state */369 struct snd_pcm_substream *trigger_master;370 struct timespec64 trigger_tstamp; /* trigger timestamp */371 bool trigger_tstamp_latched; /* trigger timestamp latched in low-level driver/hardware */372 int overrange;373 snd_pcm_uframes_t avail_max;374 snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */375 snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time */[all …]