- Timestamp:
- May 16, 2020, 10:05:07 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-linux-3.2.102/alsa-kernel/pci/sonicvibes.c
r598 r612 29 29 #include <linux/slab.h> 30 30 #include <linux/gameport.h> 31 #include <linux/module param.h>31 #include <linux/module.h> 32 32 #include <linux/dma-mapping.h> 33 33 … … 1295 1295 1296 1296 if (request_irq(pci->irq, snd_sonicvibes_interrupt, IRQF_SHARED, 1297 "S3 SonicVibes", sonic)) {1297 KBUILD_MODNAME, sonic)) { 1298 1298 snd_printk(KERN_ERR "unable to grab IRQ %d\n", pci->irq); 1299 1299 snd_sonicvibes_free(sonic); … … 1494 1494 } 1495 1495 if ((err = snd_mpu401_uart_new(card, 0, MPU401_HW_SONICVIBES, 1496 sonic->midi_port, MPU401_INFO_INTEGRATED, 1497 sonic->irq, 0, 1498 &midi_uart)) < 0) { 1496 sonic->midi_port, 1497 MPU401_INFO_INTEGRATED | 1498 MPU401_INFO_IRQ_HOOK, 1499 -1, &midi_uart)) < 0) { 1499 1500 snd_card_free(card); 1500 1501 return err; … … 1531 1532 1532 1533 static struct pci_driver driver = { 1533 .name = "S3 SonicVibes",1534 .name = KBUILD_MODNAME, 1534 1535 .id_table = snd_sonic_ids, 1535 1536 .probe = snd_sonic_probe,
Note:
See TracChangeset
for help on using the changeset viewer.
