Searched defs:snd_pcm_status (Results 1 – 1 of 1) sorted by relevance
367 struct snd_pcm_status { struct368 snd_pcm_state_t state;369 __time_pad pad1;370 struct timespec trigger_tstamp;371 struct timespec tstamp;372 snd_pcm_uframes_t appl_ptr;373 snd_pcm_uframes_t hw_ptr;374 snd_pcm_sframes_t delay;375 snd_pcm_uframes_t avail;376 snd_pcm_uframes_t avail_max;[all …]