Searched defs:snd_seq_fifo (Results 1 – 2 of 2) sorted by relevance
101619 struct snd_seq_fifo { struct101620 struct snd_seq_pool *pool;101621 struct snd_seq_event_cell *head;101622 struct snd_seq_event_cell *tail;101623 int cells;101624 spinlock_t lock;101625 snd_use_lock_t use_lock;101626 wait_queue_head_t input_sleep;101627 atomic_t overflow;