Lines Matching defs:snd_timer_user
62 struct snd_timer_user { struct
63 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;
72 struct snd_timer_read *queue;
73 struct snd_timer_tread *tqueue;
74 spinlock_t qlock;
75 unsigned long last_resolution;
76 unsigned int filter;
77 struct timespec tstamp; /* trigger tstamp */
78 wait_queue_head_t qchange_sleep;
79 struct fasync_struct *fasync;
80 struct mutex ioctl_lock;