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