Searched defs:snd_timer_user (Results 1 – 1 of 1) sorted by relevance
47 struct snd_timer_user { struct48 struct snd_timer_instance *timeri;49 int tread; /* enhanced read with timestamps and events */50 unsigned long ticks;51 unsigned long overrun;52 int qhead;53 int qtail;54 int qused;55 int queue_size;56 bool disconnected;[all …]