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