From de6d75328e40dec6dc567c0df2d21bf0435f59a7 Mon Sep 17 00:00:00 2001 From: Andrew Gallatin Date: Fri, 28 Jan 2000 04:28:11 +0000 Subject: [PATCH] Add support for detection of the ESS 1688 found on my Dell Latitude LM --- sys/dev/sound/isa/sbc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/sound/isa/sbc.c b/sys/dev/sound/isa/sbc.c index 3c63e3eac1a..d11d4136f08 100644 --- a/sys/dev/sound/isa/sbc.c +++ b/sys/dev/sound/isa/sbc.c @@ -205,6 +205,7 @@ static struct isa_pnp_id sbc_ids[] = { {0x01100000, "Avance Asound 110"}, /* @@@1001 */ {0x01200000, "Avance Logic ALS120"}, /* @@@2001 */ + {0x02017316, "ESS ES1688"}, /* ESS1688 */ {0x68187316, "ESS ES1868"}, /* ESS1868 */ {0x69187316, "ESS ES1869"}, /* ESS1869 */ {0xacb0110e, "ESS ES1869 (Compaq OEM)"}, /* CPQb0ac */