Re: 2.1.103: ALS100 soundcard mis-recognised as ALS007

Michael Krause (m.krause@tu-harburg.de)
Fri, 29 May 1998 18:57:41 +0200 (CEST)


On Fri, 29 May 1998, Austin Donnelly wrote:

> I have an ALS100 SB16 compatible soundcard, which works fine under
> 2.0.32.

Yes, I know this problem. This patch fixes it temporarily.

--- sb_common.c~ Fri May 15 16:06:14 1998
+++ sb_common.c Fri May 15 16:42:18 1998
@@ -817,6 +817,7 @@

case 4:
devc->model = hw_config->card_subtype = MDL_SB16;
+#if 0
/*
* The ALS007 seems to return DSP version 4.2. In addition it has 2
* output control registers (at 0x3c and 0x4c). Both of these should
@@ -834,6 +835,7 @@
hw_config->name = "Sound Blaster (ALS-007)";
}
else if (hw_config->name == NULL)
+#endif
hw_config->name = "Sound Blaster 16";

if (hw_config->dma2 == -1)

-- 
michael krause [aka raw style / lego] - http://ms.demo.org/rst/

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu