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