Searched defs:snd_pcm_status (Results 1 – 1 of 1) sorted by relevance
353 struct snd_pcm_status { struct354 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;[all …]