Messages in this thread |  | | Date | Tue, 9 Jul 1996 14:02:48 -0500 (CDT) | From | Tom Head <> | Subject | Re: Small sound-patch for 2.0.4 |
| |
On Mon, 8 Jul 1996, Johnny Stenback wrote:
> 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: > >
Would this affect users who have an 8-bit SoundBlaster card, out of curiosity?
Thanks.
------------------------------------------------------ \ Thomas Head (thomash@misnet.com) | 204.177.124.2 \ ------------------------------------------------------ \ Homepage -/- http://www.misnet.com/~thomash -\- \ -------------------------------------------------------\ \ "One's self is verily one's own friend; one's | \ self is verily one's own enemy." | \ -- The Bhagavad-Gita (6.5) | \--------------------------------------------/
|  |