Lines Matching defs:snd_pcm_status
415 struct snd_pcm_status { struct
416 snd_pcm_state_t state;
417 struct timespec trigger_tstamp;
419 struct timespec tstamp;
420 snd_pcm_uframes_t appl_ptr;
421 snd_pcm_uframes_t hw_ptr;
422 snd_pcm_sframes_t delay;
424 snd_pcm_uframes_t avail;
425 snd_pcm_uframes_t avail_max;
426 snd_pcm_uframes_t overrange;
427 snd_pcm_state_t suspended_state;
429 __u32 audio_tstamp_data;
430 struct timespec audio_tstamp;
431 struct timespec driver_tstamp;
432 __u32 audio_tstamp_accuracy;
434 unsigned char reserved[52 - 2 * sizeof(struct timespec)];