Lines Matching defs:vortex
42 MODULE_DESCRIPTION("Aureal vortex");
46 static void vortex_fix_latency(struct pci_dev *vortex)
49 rc = pci_write_config_byte(vortex, 0x40, 0xff);
51 dev_info(&vortex->dev, "vortex latency is 0xff\n");
53 dev_warn(&vortex->dev,
54 "could not set vortex latency: pci error 0x%x\n", rc);
78 "could not set vortex latency: pci error 0x%x\n", rc);
82 static void snd_vortex_workaround(struct pci_dev *vortex, int fix)
101 dev_info(&vortex->dev,
103 vortex_fix_latency(vortex);
108 vortex_fix_latency(vortex);
128 vortex_t *vortex = card->private_data;
130 vortex_gameport_unregister(vortex);
131 vortex_core_shutdown(vortex);
275 arg->hwptr = vortex;