Home
last modified time | relevance | path

Searched defs:snd_pcm_runtime (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/sound/
Dpcm.h351 struct snd_pcm_runtime { struct
353 struct snd_pcm_substream *trigger_master;
354 struct timespec trigger_tstamp; /* trigger timestamp */
355 bool trigger_tstamp_latched; /* trigger timestamp latched in low-level driver/hardware */
356 int overrange;
357 snd_pcm_uframes_t avail_max;
358 snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */
359 snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time */
360 unsigned long hw_ptr_jiffies; /* Time when hw_ptr is updated */
361 unsigned long hw_ptr_buffer_jiffies; /* buffer time in jiffies */
[all …]