Lines Matching defs:snd_timer_user
69 struct snd_timer_user { struct
70 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;
79 struct snd_timer_read *queue;
80 struct snd_timer_tread64 *tqueue;
81 spinlock_t qlock;
82 unsigned long last_resolution;
83 unsigned int filter;
84 struct timespec64 tstamp; /* trigger tstamp */
85 wait_queue_head_t qchange_sleep;
86 struct snd_fasync *fasync;
87 struct mutex ioctl_lock;