Searched defs:snd_korg1212 (Results 1 – 1 of 1) sorted by relevance
302 struct snd_korg1212 { struct303 struct snd_card *card;304 struct pci_dev *pci;305 struct snd_pcm *pcm;306 int irq;308 spinlock_t lock;309 struct mutex open_mutex;311 struct timer_list timer; /* timer callback for checking ack of stop request */312 int stop_pending_cnt; /* counter for stop pending check */314 wait_queue_head_t wait;[all …]