Searched defs:snd_pcm_status (Results 1 – 2 of 2) sorted by relevance
473 struct snd_pcm_status { struct474 snd_pcm_state_t state; /* stream state */475 __time_pad pad1; /* align to timespec */476 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */477 struct timespec tstamp; /* reference timestamp */478 snd_pcm_uframes_t appl_ptr; /* appl ptr */479 snd_pcm_uframes_t hw_ptr; /* hw ptr */480 snd_pcm_sframes_t delay; /* current delay in frames */481 snd_pcm_uframes_t avail; /* number of frames available */482 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */[all …]
1039 int snd_pcm_status(snd_pcm_t *pcm, snd_pcm_status_t *status) in snd_pcm_status() function