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