diff options
author | peter <peter@FreeBSD.org> | 1999-12-26 10:51:47 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-12-26 10:51:47 +0000 |
commit | 259b04149b01f22de9d796608f635cce975d1693 (patch) | |
tree | 5d3426f81f655e00c0998b3cab1aedf53ec45a3c /sys/dev/sound/isa/sbc.c | |
parent | 49b52f919be04908931acaa1177ed9c5808fc091 (diff) | |
download | FreeBSD-src-259b04149b01f22de9d796608f635cce975d1693.zip FreeBSD-src-259b04149b01f22de9d796608f635cce975d1693.tar.gz |
Fix a mistake in the PNP EISA-encoding of the Avance ALS120 id.
Submitted by: Bryan Liesner <bleez@netaxs.com>
Diffstat (limited to 'sys/dev/sound/isa/sbc.c')
-rw-r--r-- | sys/dev/sound/isa/sbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/isa/sbc.c b/sys/dev/sound/isa/sbc.c index dbae9d6..7e3ac54 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 */ |