patch-2.3.99-pre2 linux/drivers/sound/sb_common.c
Next file: linux/drivers/sound/trident.c
Previous file: linux/drivers/sound/dev_table.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Thu Mar 16 14:09:26 2000
- Orig file:
v2.3.99-pre1/linux/drivers/sound/sb_common.c
- Orig date:
Fri Mar 10 16:40:44 2000
diff -u --recursive --new-file v2.3.99-pre1/linux/drivers/sound/sb_common.c linux/drivers/sound/sb_common.c
@@ -908,10 +908,13 @@
}
if (!(devc->caps & SB_NO_AUDIO && devc->caps & SB_NO_MIDI))
{
+ extern int sbmixnum;
+
if (devc->irq > 0)
free_irq(devc->irq, devc);
sound_unload_mixerdev(devc->my_mixerdev);
+ sbmixnum--;
/* We don't have to do this bit any more the UART401 is its own
master -- Krzysztof Halasa */
/* But we have to do it, if UART401 is not detected */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)