Home
last modified time | relevance | path

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

/include/uapi/sound/
Dasound.h479 struct snd_pcm_status { struct
480 snd_pcm_state_t state; /* stream state */
481 __time_pad pad1; /* align to timespec */
482 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */
483 struct timespec tstamp; /* reference timestamp */
484 snd_pcm_uframes_t appl_ptr; /* appl ptr */
485 snd_pcm_uframes_t hw_ptr; /* hw ptr */
486 snd_pcm_sframes_t delay; /* current delay in frames */
487 snd_pcm_uframes_t avail; /* number of frames available */
488 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */
[all …]