patch-1.3.35 linux/drivers/sound/sb_dsp.c
Next file: linux/fs/binfmt_elf.c
Previous file: linux/drivers/scsi/sr_ioctl.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Sat Oct 14 10:58:47 1995
- Orig file:
v1.3.34/linux/drivers/sound/sb_dsp.c
- Orig date:
Fri Oct 13 14:44:43 1995
diff -u --recursive --new-file v1.3.34/linux/drivers/sound/sb_dsp.c linux/drivers/sound/sb_dsp.c
@@ -1171,6 +1171,9 @@
ess_minor & 0x0f);
}
+ if (snd_set_irq_handler (sbc_irq, sbintr, "SoundBlaster", sb_osp) < 0)
+ printk ("sb_dsp: Can't allocate IRQ\n");;
+
#ifndef EXCLUDE_SBPRO
if (sbc_major >= 3)
mixer_type = sb_mixer_init (sbc_major);
@@ -1247,8 +1250,6 @@
}
}
#endif
- if (snd_set_irq_handler (sbc_irq, sbintr, "SoundBlaster", sb_osp) < 0)
- printk ("sb_dsp: Can't allocate IRQ\n");;
}
else
printk ("SB: Too many DSP devices available\n");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this