diff options
Diffstat (limited to 'sound/isa/azt2320.c')
-rw-r--r-- | sound/isa/azt2320.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sound/isa/azt2320.c b/sound/isa/azt2320.c index aac8dc15c2f..e55f3ebe87b 100644 --- a/sound/isa/azt2320.c +++ b/sound/isa/azt2320.c | |||
@@ -35,7 +35,7 @@ | |||
35 | #include <linux/time.h> | 35 | #include <linux/time.h> |
36 | #include <linux/wait.h> | 36 | #include <linux/wait.h> |
37 | #include <linux/pnp.h> | 37 | #include <linux/pnp.h> |
38 | #include <linux/moduleparam.h> | 38 | #include <linux/module.h> |
39 | #include <sound/core.h> | 39 | #include <sound/core.h> |
40 | #include <sound/initval.h> | 40 | #include <sound/initval.h> |
41 | #include <sound/wss.h> | 41 | #include <sound/wss.h> |
@@ -234,8 +234,7 @@ static int __devinit snd_card_azt2320_probe(int dev, | |||
234 | if (mpu_port[dev] > 0 && mpu_port[dev] != SNDRV_AUTO_PORT) { | 234 | if (mpu_port[dev] > 0 && mpu_port[dev] != SNDRV_AUTO_PORT) { |
235 | if (snd_mpu401_uart_new(card, 0, MPU401_HW_AZT2320, | 235 | if (snd_mpu401_uart_new(card, 0, MPU401_HW_AZT2320, |
236 | mpu_port[dev], 0, | 236 | mpu_port[dev], 0, |
237 | mpu_irq[dev], IRQF_DISABLED, | 237 | mpu_irq[dev], NULL) < 0) |
238 | NULL) < 0) | ||
239 | snd_printk(KERN_ERR PFX "no MPU-401 device at 0x%lx\n", mpu_port[dev]); | 238 | snd_printk(KERN_ERR PFX "no MPU-401 device at 0x%lx\n", mpu_port[dev]); |
240 | } | 239 | } |
241 | 240 | ||