Searched defs:snd_timer_user (Results 1 – 1 of 1) sorted by relevance
71 struct snd_timer_user { struct72 struct snd_timer_instance *timeri;73 int tread; /* enhanced read with timestamps and events */74 unsigned long ticks;75 unsigned long overrun;76 int qhead;77 int qtail;78 int qused;79 int queue_size;80 bool disconnected;[all …]