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