Searched defs:atiixp_modem (Results 1 – 1 of 1) sorted by relevance
220 struct atiixp_modem { struct221 struct snd_card *card;222 struct pci_dev *pci;224 struct resource *res; /* memory i/o */225 unsigned long addr;226 void __iomem *remap_addr;227 int irq;229 struct snd_ac97_bus *ac97_bus;230 struct snd_ac97 *ac97[NUM_ATI_CODECS];232 spinlock_t reg_lock;[all …]