Lines Matching defs:snd_timer_user
58 struct snd_timer_user { struct
59 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;
68 struct snd_timer_tread *tqueue;
69 spinlock_t qlock;
70 unsigned long last_resolution;
71 unsigned int filter;
72 struct timespec tstamp; /* trigger tstamp */
73 wait_queue_head_t qchange_sleep;
74 struct fasync_struct *fasync;
75 struct mutex tread_sem;