Lines Matching defs:snd_pcm_status
390 struct snd_pcm_status { struct
391 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;
402 snd_pcm_state_t suspended_state;
404 __u32 reserved_alignment;
405 struct timespec audio_tstamp;
406 unsigned char reserved[56-sizeof(struct timespec)];