Lines Matching defs:snd_pcm_status
353 struct snd_pcm_status { struct
354 snd_pcm_state_t state;
355 struct timespec trigger_tstamp;
356 struct timespec tstamp;
357 snd_pcm_uframes_t appl_ptr;
358 snd_pcm_uframes_t hw_ptr;
359 snd_pcm_sframes_t delay;
360 snd_pcm_uframes_t avail;
361 snd_pcm_uframes_t avail_max;
362 snd_pcm_uframes_t overrange;
363 snd_pcm_state_t suspended_state;
364 __u32 audio_tstamp_data;
365 struct timespec audio_tstamp;
366 struct timespec driver_tstamp;
367 __u32 audio_tstamp_accuracy;
368 unsigned char reserved[52 - 2 * sizeof(struct timespec)];