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