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