Searched defs:pcxhr_mgr (Results 1 – 2 of 2) sorted by relevance
64 struct pcxhr_mgr { struct65 unsigned int num_cards;66 struct snd_pcxhr *chip[PCXHR_MAX_CARDS];68 struct pci_dev *pci;70 int irq;72 int granularity;75 unsigned long port[3];78 char name[40]; /* name of this soundcard */80 struct pcxhr_rmh *prmh;82 struct mutex lock; /* interrupt lock */[all …]
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 …]