Searched defs:snd_pcm_status (Results 1 – 7 of 7) sorted by relevance
371 struct snd_pcm_status { struct372 snd_pcm_state_t state;373 __time_pad pad1;374 struct timespec trigger_tstamp;375 struct timespec tstamp;376 snd_pcm_uframes_t appl_ptr;377 snd_pcm_uframes_t hw_ptr;378 snd_pcm_sframes_t delay;379 snd_pcm_uframes_t avail;380 snd_pcm_uframes_t avail_max;[all …]
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 …]
355 struct snd_pcm_status { struct356 snd_pcm_state_t state;357 struct timespec trigger_tstamp;358 struct timespec tstamp;359 snd_pcm_uframes_t appl_ptr;360 snd_pcm_uframes_t hw_ptr;361 snd_pcm_sframes_t delay;362 snd_pcm_uframes_t avail;363 snd_pcm_uframes_t avail_max;364 snd_pcm_uframes_t overrange;[all …]
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 …]