Searched defs:snd_pcm_status (Results 1 – 2 of 2) sorted by relevance
477 struct snd_pcm_status { struct478 snd_pcm_state_t state; /* stream state */479 __time_pad pad1; /* align to timespec */480 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */481 struct timespec tstamp; /* reference timestamp */482 snd_pcm_uframes_t appl_ptr; /* appl ptr */483 snd_pcm_uframes_t hw_ptr; /* hw ptr */484 snd_pcm_sframes_t delay; /* current delay in frames */485 snd_pcm_uframes_t avail; /* number of frames available */486 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */[all …]