Lines Matching defs:vortex
42 MODULE_DESCRIPTION("Aureal vortex");
48 static void vortex_fix_latency(struct pci_dev *vortex)
51 if (!(rc = pci_write_config_byte(vortex, 0x40, 0xff))) {
52 dev_info(&vortex->dev, "vortex latency is 0xff\n");
54 dev_warn(&vortex->dev,
55 "could not set vortex latency: pci error 0x%x\n", rc);
76 "could not set vortex latency: pci error 0x%x\n", rc);
80 static void snd_vortex_workaround(struct pci_dev *vortex, int fix)
99 dev_info(&vortex->dev,
101 vortex_fix_latency(vortex);
106 vortex_fix_latency(vortex);
124 vortex_t *vortex = device->device_data;
126 vortex_gameport_unregister(vortex);
127 vortex_core_shutdown(vortex);
129 free_irq(vortex->irq, vortex);
130 iounmap(vortex->mmio);
131 pci_release_regions(vortex->pci_dev);
132 pci_disable_device(vortex->pci_dev);
133 kfree(vortex);
325 arg->hwptr = vortex;