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