Changeset 598 for GPL/trunk/alsa-kernel/drivers/mtpav.c
- Timestamp:
- Apr 3, 2017, 4:51:56 PM (8 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
-
Property svn:mergeinfo
set to
/GPL/branches/uniaud32-2.1.x merged eligible
-
Property svn:mergeinfo
set to
-
GPL/trunk/alsa-kernel/drivers/mtpav.c
r587 r598 53 53 #include <linux/init.h> 54 54 #include <linux/interrupt.h> 55 #include <linux/module.h>56 55 #include <linux/err.h> 57 56 #include <linux/platform_device.h> 58 57 #include <linux/ioport.h> 59 #include <linux/io.h>60 58 #include <linux/moduleparam.h> 61 59 #include <sound/core.h> … … 63 61 #include <sound/rawmidi.h> 64 62 #include <linux/delay.h> 63 64 #include <asm/io.h> 65 65 66 66 /* … … 591 591 } 592 592 mcard->port = port; 593 if (request_irq(irq, snd_mtpav_irqh, 0, "MOTU MTPAV", mcard)) {593 if (request_irq(irq, snd_mtpav_irqh, IRQF_DISABLED, "MOTU MTPAV", mcard)) { 594 594 snd_printk(KERN_ERR "MTVAP IRQ %d busy\n", irq); 595 595 return -EBUSY;
Note:
See TracChangeset
for help on using the changeset viewer.