Searched defs:pcxhr_mgr (Results 1 – 1 of 1) sorted by relevance
51 struct pcxhr_mgr { struct52 unsigned int num_cards;53 struct snd_pcxhr *chip[PCXHR_MAX_CARDS];55 struct pci_dev *pci;57 int irq;59 int granularity;62 unsigned long port[3];65 char name[40]; /* name of this soundcard */67 struct pcxhr_rmh *prmh;69 struct mutex lock; /* interrupt lock */[all …]