Messages in this thread Patch in this message |  | | From | Johnny Stenback <> | Subject | Small sound-patch for 2.0.4 | Date | Mon, 8 Jul 1996 21:55:24 +0300 (EET DST) |
| |
Hi
This patch fixes a forgotten ; in sb_common.c
diff -ru tmplinux/drivers/sound/sb_common.c linux/drivers/sound/sb_common.c --- tmplinux/drivers/sound/sb_common.c Mon Jul 8 21:46:13 1996 +++ linux/drivers/sound/sb_common.c Mon Jul 8 21:27:17 1996 @@ -1173,7 +1173,7 @@ } hw_config->name = "Sound Blaster 16"; hw_config->irq = -devc->irq; - sb16_set_mpu_port(devc, hw_config) + sb16_set_mpu_port(devc, hw_config); break; case MDL_ESS:
|  |