|
@@ -554,6 +554,7 @@ int snd_mpu401_uart_new(struct snd_card *card, int device,
|
|
|
spin_lock_init(&mpu->output_lock);
|
|
|
spin_lock_init(&mpu->timer_lock);
|
|
|
mpu->hardware = hardware;
|
|
|
+ mpu->irq = -1;
|
|
|
if (! (info_flags & MPU401_INFO_INTEGRATED)) {
|
|
|
int res_size = hardware == MPU401_HW_PC98II ? 4 : 2;
|
|
|
mpu->res = request_region(port, res_size, "MPU401 UART");
|