Searched defs:atiixp_modem (Results 1 – 1 of 1) sorted by relevance
235 struct atiixp_modem { struct236 struct snd_card *card;237 struct pci_dev *pci;239 struct resource *res; /* memory i/o */240 unsigned long addr;241 void __iomem *remap_addr;242 int irq;244 struct snd_ac97_bus *ac97_bus;245 struct snd_ac97 *ac97[NUM_ATI_CODECS];247 spinlock_t reg_lock;[all …]