Searched defs:snd_korg1212 (Results 1 – 1 of 1) sorted by relevance
316 struct snd_korg1212 { struct317 struct snd_card *card;318 struct pci_dev *pci;319 struct snd_pcm *pcm;320 int irq;322 spinlock_t lock;323 struct mutex open_mutex;325 struct timer_list timer; /* timer callback for checking ack of stop request */326 int stop_pending_cnt; /* counter for stop pending check */328 wait_queue_head_t wait;[all …]