Home
last modified time | relevance | path

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

/Linux-v5.4/tools/include/uapi/sound/
Dasound.h459 struct snd_pcm_status { struct
460 snd_pcm_state_t state; /* stream state */
461 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */
462 struct timespec tstamp; /* reference timestamp */
463 snd_pcm_uframes_t appl_ptr; /* appl ptr */
464 snd_pcm_uframes_t hw_ptr; /* hw ptr */
465 snd_pcm_sframes_t delay; /* current delay in frames */
466 snd_pcm_uframes_t avail; /* number of frames available */
467 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */
468 snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */
[all …]
/Linux-v5.4/include/uapi/sound/
Dasound.h459 struct snd_pcm_status { struct
460 snd_pcm_state_t state; /* stream state */
461 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */
462 struct timespec tstamp; /* reference timestamp */
463 snd_pcm_uframes_t appl_ptr; /* appl ptr */
464 snd_pcm_uframes_t hw_ptr; /* hw ptr */
465 snd_pcm_sframes_t delay; /* current delay in frames */
466 snd_pcm_uframes_t avail; /* number of frames available */
467 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */
468 snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */
[all …]
/Linux-v5.4/sound/core/
Dpcm_native.c855 int snd_pcm_status(struct snd_pcm_substream *substream, in snd_pcm_status() function