Date: Wed, 30 Jul 2003 23:17:04 -0400 (EDT) From: micko <micko@verio.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/55089: [patch] add aditional codec id for YMF753 Message-ID: <200307310317.h6V3H4dd030844@micko.boca.verio.net> Resent-Message-ID: <200307310320.h6V3KDCf064087@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 55089 >Category: kern >Synopsis: [patch] add aditional codec id for YMF753 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jul 30 20:20:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: micko >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD micko.boca.verio.net 4.8-STABLE FreeBSD 4.8-STABLE #2: Wed Jun 4 21:45:39 GMT 2003 micko@mobilepunk.boca.verio.net:/usr/src/sys/compile/KILLER i386 >Description: Patch to add an additional codec id (0x594d4803) which is YMF753 to src/sys/dev/sound/pcm/ac97.c >How-To-Repeat: Before: pcm0: <unknown ac97 codec> (id=0x594d4803) After: pcm0: <YMF753 ac97 codec> >Fix: *** ac97.c.orig Wed Jul 30 23:10:48 2003 --- ac97.c Wed Jul 30 23:14:55 2003 *************** *** 128,133 **** --- 128,134 ---- { 0x574d4c00, 0, "Wolfson WM9701A", 0 }, { 0x574d4c03, 0, "Wolfson WM9703/9704", 0 }, { 0x574d4c04, 0, "Wolfson WM9704 (quad)", 0 }, + { 0x594d4803, 0, "YMF753", 0 }, { 0, 0, NULL, 0 } }; >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307310317.h6V3H4dd030844>