Searched defs:snd_pcm_status (Results 1 – 12 of 12) sorted by relevance
418 struct snd_pcm_status { struct420 snd_pcm_state_t state;421 struct timespec trigger_tstamp;422 struct timespec tstamp;423 snd_pcm_uframes_t appl_ptr;425 snd_pcm_uframes_t hw_ptr;426 snd_pcm_sframes_t delay;427 snd_pcm_uframes_t avail;428 snd_pcm_uframes_t avail_max;430 snd_pcm_uframes_t overrange;[all …]
439 struct snd_pcm_status { struct440 snd_pcm_state_t state; /* stream state */441 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */442 struct timespec tstamp; /* reference timestamp */443 snd_pcm_uframes_t appl_ptr; /* appl ptr */444 snd_pcm_uframes_t hw_ptr; /* hw ptr */445 snd_pcm_sframes_t delay; /* current delay in frames */446 snd_pcm_uframes_t avail; /* number of frames available */447 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */448 snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */[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 …]
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 …]
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 …]
397 struct snd_pcm_status { struct398 snd_pcm_state_t state;399 struct timespec trigger_tstamp;401 struct timespec tstamp;402 snd_pcm_uframes_t appl_ptr;403 snd_pcm_uframes_t hw_ptr;404 snd_pcm_sframes_t delay;406 snd_pcm_uframes_t avail;407 snd_pcm_uframes_t avail_max;408 snd_pcm_uframes_t overrange;[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 …]