Searched defs:snd_pcm_status (Results 1 – 3 of 3) sorted by relevance
481 struct snd_pcm_status { struct 482 statesnd_pcm_status global() argument 483 pad1snd_pcm_status global() argument 484 trigger_tstampsnd_pcm_status global() argument 485 tstampsnd_pcm_status global() argument 486 appl_ptrsnd_pcm_status global() argument 487 hw_ptrsnd_pcm_status global() argument 488 delaysnd_pcm_status global() argument 489 availsnd_pcm_status global() argument 490 avail_maxsnd_pcm_status global() argument 491 overrangesnd_pcm_status global() argument 492 suspended_statesnd_pcm_status global() argument 493 audio_tstamp_datasnd_pcm_status global() argument 494 audio_tstampsnd_pcm_status global() argument 495 driver_tstampsnd_pcm_status global() argument 496 audio_tstamp_accuracysnd_pcm_status global() argument 497 reservedsnd_pcm_status global() argument
481 struct snd_pcm_status { struct482 snd_pcm_state_t state; /* stream state */483 __time_pad pad1; /* align to timespec */484 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */485 struct timespec tstamp; /* reference timestamp */486 snd_pcm_uframes_t appl_ptr; /* appl ptr */487 snd_pcm_uframes_t hw_ptr; /* hw ptr */488 snd_pcm_sframes_t delay; /* current delay in frames */489 snd_pcm_uframes_t avail; /* number of frames available */490 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */[all …]