Lines Matching defs:snd_pcm_status
374 struct snd_pcm_status { struct
375 snd_pcm_state_t state;
376 __time_pad pad1;
377 struct timespec trigger_tstamp;
378 struct timespec tstamp;
379 snd_pcm_uframes_t appl_ptr;
380 snd_pcm_uframes_t hw_ptr;
381 snd_pcm_sframes_t delay;
382 snd_pcm_uframes_t avail;
383 snd_pcm_uframes_t avail_max;
384 snd_pcm_uframes_t overrange;
385 snd_pcm_state_t suspended_state;
386 __u32 audio_tstamp_data;
387 struct timespec audio_tstamp;
388 struct timespec driver_tstamp;
389 __u32 audio_tstamp_accuracy;
390 unsigned char reserved[52 - 2 * sizeof(struct timespec)];