From 7c361b70c50eed5e183655870e7e0b2fb681b3b5 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 26 Dec 1999 10:51:47 +0000 Subject: [PATCH] Fix a mistake in the PNP EISA-encoding of the Avance ALS120 id. Submitted by: Bryan Liesner --- sys/dev/sound/isa/sbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/sound/isa/sbc.c b/sys/dev/sound/isa/sbc.c index dbae9d67982f..7e3ac549e4b2 100644 --- a/sys/dev/sound/isa/sbc.c +++ b/sys/dev/sound/isa/sbc.c @@ -203,7 +203,7 @@ static struct isa_pnp_id sbc_ids[] = { {0x45008c0e, "Creative SB AWE64"}, /* CTL0045 */ {0x01100000, "Avance Asound 110"}, /* @@@1001 */ - {0x01200001, "Avance Logic ALS120"}, /* @@@2001 */ + {0x01200000, "Avance Logic ALS120"}, /* @@@2001 */ {0x68187316, "ESS ES1868"}, /* ESS1868 */ {0x69187316, "ESS ES1869"}, /* ESS1869 */