Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/sound/
Dasound.h468 struct snd_pcm_status { struct
469 snd_pcm_state_t state; /* stream state */
470 __time_pad pad1; /* align to timespec */
471 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */
472 struct timespec tstamp; /* reference timestamp */
473 snd_pcm_uframes_t appl_ptr; /* appl ptr */
474 snd_pcm_uframes_t hw_ptr; /* hw ptr */
475 snd_pcm_sframes_t delay; /* current delay in frames */
476 snd_pcm_uframes_t avail; /* number of frames available */
477 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */
[all …]
/Linux-v6.1/tools/include/uapi/sound/
Dasound.h468 struct snd_pcm_status { struct
469 snd_pcm_state_t state; /* stream state */
470 __time_pad pad1; /* align to timespec */
471 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */
472 struct timespec tstamp; /* reference timestamp */
473 snd_pcm_uframes_t appl_ptr; /* appl ptr */
474 snd_pcm_uframes_t hw_ptr; /* hw ptr */
475 snd_pcm_sframes_t delay; /* current delay in frames */
476 snd_pcm_uframes_t avail; /* number of frames available */
477 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */
[all …]