Searched defs:snd_pcm_status (Results 1 – 1 of 1) sorted by relevance
402 struct snd_pcm_status { struct403 snd_pcm_state_t state; /* stream state */404 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */405 struct timespec tstamp; /* reference timestamp */406 snd_pcm_uframes_t appl_ptr; /* appl ptr */407 snd_pcm_uframes_t hw_ptr; /* hw ptr */408 snd_pcm_sframes_t delay; /* current delay in frames */409 snd_pcm_uframes_t avail; /* number of frames available */410 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */411 snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */[all …]