Searched defs:snd_pcm_status (Results 1 – 10 of 10) sorted by relevance
403 struct snd_pcm_status { struct404 snd_pcm_state_t state; /* stream state */405 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */406 struct timespec tstamp; /* reference timestamp */407 snd_pcm_uframes_t appl_ptr; /* appl ptr */408 snd_pcm_uframes_t hw_ptr; /* hw ptr */409 snd_pcm_sframes_t delay; /* current delay in frames */410 snd_pcm_uframes_t avail; /* number of frames available */411 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */412 snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */[all …]
390 struct snd_pcm_status { struct391 snd_pcm_state_t state;392 struct timespec trigger_tstamp;394 struct timespec tstamp;395 snd_pcm_uframes_t appl_ptr;396 snd_pcm_uframes_t hw_ptr;397 snd_pcm_sframes_t delay;399 snd_pcm_uframes_t avail;400 snd_pcm_uframes_t avail_max;401 snd_pcm_uframes_t overrange;[all …]
395 struct snd_pcm_status { struct396 snd_pcm_state_t state;397 struct timespec trigger_tstamp;399 struct timespec tstamp;400 snd_pcm_uframes_t appl_ptr;401 snd_pcm_uframes_t hw_ptr;402 snd_pcm_sframes_t delay;404 snd_pcm_uframes_t avail;405 snd_pcm_uframes_t avail_max;406 snd_pcm_uframes_t overrange;[all …]
411 struct snd_pcm_status { struct412 snd_pcm_state_t state; /* stream state */413 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */414 struct timespec tstamp; /* reference timestamp */415 snd_pcm_uframes_t appl_ptr; /* appl ptr */416 snd_pcm_uframes_t hw_ptr; /* hw ptr */417 snd_pcm_sframes_t delay; /* current delay in frames */418 snd_pcm_uframes_t avail; /* number of frames available */419 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */420 snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */[all …]
402 struct snd_pcm_status { struct403 snd_pcm_state_t state; /* stream state */404 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */405 struct timespec tstamp; /* reference timestamp */406 snd_pcm_uframes_t appl_ptr; /* appl ptr */407 snd_pcm_uframes_t hw_ptr; /* hw ptr */408 snd_pcm_sframes_t delay; /* current delay in frames */409 snd_pcm_uframes_t avail; /* number of frames available */410 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */411 snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */[all …]
391 struct snd_pcm_status { struct392 snd_pcm_state_t state;394 struct timespec trigger_tstamp;395 struct timespec tstamp;396 snd_pcm_uframes_t appl_ptr;397 snd_pcm_uframes_t hw_ptr;399 snd_pcm_sframes_t delay;400 snd_pcm_uframes_t avail;401 snd_pcm_uframes_t avail_max;402 snd_pcm_uframes_t overrange;[all …]