diff options
Diffstat (limited to 'sound/isa/sb/sb16.c')
-rw-r--r-- | sound/isa/sb/sb16.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/isa/sb/sb16.c b/sound/isa/sb/sb16.c index 4d1c5a300ff..237f8bd7fbe 100644 --- a/sound/isa/sb/sb16.c +++ b/sound/isa/sb/sb16.c | |||
@@ -394,8 +394,9 @@ static int __devinit snd_sb16_probe(struct snd_card *card, int dev) | |||
394 | 394 | ||
395 | if (chip->mpu_port > 0 && chip->mpu_port != SNDRV_AUTO_PORT) { | 395 | if (chip->mpu_port > 0 && chip->mpu_port != SNDRV_AUTO_PORT) { |
396 | if ((err = snd_mpu401_uart_new(card, 0, MPU401_HW_SB, | 396 | if ((err = snd_mpu401_uart_new(card, 0, MPU401_HW_SB, |
397 | chip->mpu_port, 0, | 397 | chip->mpu_port, |
398 | xirq, 0, &chip->rmidi)) < 0) | 398 | MPU401_INFO_IRQ_HOOK, -1, |
399 | &chip->rmidi)) < 0) | ||
399 | return err; | 400 | return err; |
400 | chip->rmidi_callback = snd_mpu401_uart_interrupt; | 401 | chip->rmidi_callback = snd_mpu401_uart_interrupt; |
401 | } | 402 | } |