Searched defs:snd_pcm_status (Results 1 – 4 of 4) sorted by relevance
476 struct snd_pcm_status { struct477 snd_pcm_state_t state; /* stream state */478 __time_pad pad1; /* align to timespec */479 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */480 struct timespec tstamp; /* reference timestamp */481 snd_pcm_uframes_t appl_ptr; /* appl ptr */482 snd_pcm_uframes_t hw_ptr; /* hw ptr */483 snd_pcm_sframes_t delay; /* current delay in frames */484 snd_pcm_uframes_t avail; /* number of frames available */485 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */[all …]
456 struct snd_pcm_status { struct457 snd_pcm_state_t state; /* stream state */458 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */459 struct timespec tstamp; /* reference timestamp */460 snd_pcm_uframes_t appl_ptr; /* appl ptr */461 snd_pcm_uframes_t hw_ptr; /* hw ptr */462 snd_pcm_sframes_t delay; /* current delay in frames */463 snd_pcm_uframes_t avail; /* number of frames available */464 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */465 snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */[all …]