Searched defs:snd_timer_user (Results 1 – 1 of 1) sorted by relevance
61 struct snd_timer_user { struct62 struct snd_timer_instance *timeri;63 int tread; /* enhanced read with timestamps and events */64 unsigned long ticks;65 unsigned long overrun;66 int qhead;67 int qtail;68 int qused;69 int queue_size;70 bool disconnected;[all …]