Searched defs:snd_pcm_runtime (Results 1 – 1 of 1) sorted by relevance
342 struct snd_pcm_runtime { struct344 struct snd_pcm_substream *trigger_master;345 struct timespec trigger_tstamp; /* trigger timestamp */346 bool trigger_tstamp_latched; /* trigger timestamp latched in low-level driver/hardware */347 int overrange;348 snd_pcm_uframes_t avail_max;349 snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */350 snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time */351 unsigned long hw_ptr_jiffies; /* Time when hw_ptr is updated */352 unsigned long hw_ptr_buffer_jiffies; /* buffer time in jiffies */[all …]