Searched defs:snd_pcm_runtime (Results 1 – 1 of 1) sorted by relevance
345 struct snd_pcm_runtime { struct347 snd_pcm_state_t state; /* stream state */348 snd_pcm_state_t suspended_state; /* suspended stream state */349 struct snd_pcm_substream *trigger_master;350 struct timespec64 trigger_tstamp; /* trigger timestamp */351 bool trigger_tstamp_latched; /* trigger timestamp latched in low-level driver/hardware */352 int overrange;353 snd_pcm_uframes_t avail_max;354 snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */355 snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time */[all …]