Lines Matching defs:snd_pcm_status
400 struct snd_pcm_status { struct
401 snd_pcm_state_t state; /* stream state */
402 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */
403 struct timespec tstamp; /* reference timestamp */
404 snd_pcm_uframes_t appl_ptr; /* appl ptr */
405 snd_pcm_uframes_t hw_ptr; /* hw ptr */
406 snd_pcm_sframes_t delay; /* current delay in frames */
407 snd_pcm_uframes_t avail; /* number of frames available */
408 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */
409 snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */
410 snd_pcm_state_t suspended_state; /* suspended stream state */
411 unsigned char reserved[60]; /* must be filled with zero */