Home
last modified time | relevance | path

Searched defs:snd_korg1212 (Results 1 – 1 of 1) sorted by relevance

/sound/pci/korg1212/
Dkorg1212.c317 struct snd_korg1212 { struct
318 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 …]