Lines Matching defs:snd_pcm_status
418 struct snd_pcm_status { struct
420 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;
431 snd_pcm_state_t suspended_state;
432 __u32 audio_tstamp_data;
433 struct timespec audio_tstamp;
435 struct timespec driver_tstamp;
436 __u32 audio_tstamp_accuracy;
437 unsigned char reserved[52 - 2 * sizeof(struct timespec)];