- 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/isa/cmi8330.c
r598 r612 48 48 #include <linux/isa.h> 49 49 #include <linux/pnp.h> 50 #include <linux/module param.h>50 #include <linux/module.h> 51 51 #include <sound/core.h> 52 52 #include <sound/wss.h> … … 598 598 if (snd_mpu401_uart_new(card, 0, MPU401_HW_MPU401, 599 599 mpuport[dev], 0, mpuirq[dev], 600 IRQF_DISABLED,NULL) < 0)600 NULL) < 0) 601 601 printk(KERN_ERR PFX "no MPU-401 device at 0x%lx.\n", 602 602 mpuport[dev]);
Note:
See TracChangeset
for help on using the changeset viewer.