Searched defs:snd_pcm_runtime (Results 1 – 1 of 1) sorted by relevance
352 struct snd_pcm_runtime { struct354 snd_pcm_state_t state; /* stream state */355 snd_pcm_state_t suspended_state; /* suspended stream state */356 struct snd_pcm_substream *trigger_master;357 struct timespec64 trigger_tstamp; /* trigger timestamp */358 bool trigger_tstamp_latched; /* trigger timestamp latched in low-level driver/hardware */359 int overrange;360 snd_pcm_uframes_t avail_max;361 snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */362 snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time */[all …]