Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/sound/
Dpcm.h345 struct snd_pcm_runtime { struct
347 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 …]
/kernel/linux/linux-5.10/include/sound/
Dpcm.h344 struct snd_pcm_runtime { struct
346 struct snd_pcm_substream *trigger_master;
347 struct timespec64 trigger_tstamp; /* trigger timestamp */
348 bool trigger_tstamp_latched; /* trigger timestamp latched in low-level driver/hardware */
349 int overrange;
350 snd_pcm_uframes_t avail_max;
351 snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */
352 snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time */
353 unsigned long hw_ptr_jiffies; /* Time when hw_ptr is updated */
354 unsigned long hw_ptr_buffer_jiffies; /* buffer time in jiffies */
[all …]