Pull bugzilla-7897 into release branch
[sfrench/cifs-2.6.git] / sound / isa / sscape.c
index 27271c9446dc669e978ae806ca2fda5d44a8415f..b1f25823c652cb8708226d1e38cac5eae86cdd61 100644 (file)
@@ -900,7 +900,7 @@ static int __devinit create_mpu401(struct snd_card *card, int devnum, unsigned l
        if ((err = snd_mpu401_uart_new(card, devnum,
                                       MPU401_HW_MPU401,
                                       port, MPU401_INFO_INTEGRATED,
-                                      irq, SA_INTERRUPT,
+                                      irq, IRQF_DISABLED,
                                       &rawmidi)) == 0) {
                struct snd_mpu401 *mpu = (struct snd_mpu401 *) rawmidi->private_data;
                mpu->open_input = mpu401_open;