Date: Thu, 16 Dec 1999 23:59:44 -0500 (EST) From: Bryan Liesner <bleez@netaxs.com> To: freebsd-current@freebsd.org Subject: Avance Asound 110 patch for sbc.c Message-ID: <Pine.BSF.4.20.9912162352310.266-100000@gravy.kishka.net>
next in thread | raw e-mail | index | archive | help
A few days back my Avance Asound stopped working. The probe would fail (sorry, this is from memory): sbc0: probe_and_attach returned 6 I found a slight error in sbc.c and here's a working patch: --- /sys/dev/sound/isa/sbc.c Sat Dec 11 21:30:19 1999 +++ sbc.c Thu Dec 16 23:42:43 1999 @@ -184,7 +184,7 @@ {0x45008c0e, "Creative SB AWE64"}, /* CTL0045 */ {0x01000000, "Avance Asound 100"}, - {0x01100001, "Avance Asound 110"}, + {0x01100000, "Avance Asound 110"}, {0x01200001, "Avance Logic ALS120"}, {0x68187316, "ESS ES1868"}, /* ESS1868 */ I was happy to hear that nice "pop" when I rebooted. -Bryan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.20.9912162352310.266-100000>