Date: Wed, 11 Aug 2004 12:20:36 +0200 (CEST) From: raaf <freebsd@luna.afraid.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/70296: [patch] Add support for AD1888 AC97 audio codec Message-ID: <20040811102036.4631C7AF@gw.luna.afraid.org> Resent-Message-ID: <200408111030.i7BAUGcm077888@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70296 >Category: kern >Synopsis: [patch] Add support for AD1888 AC97 audio codec >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 11 10:30:16 GMT 2004 >Closed-Date: >Last-Modified: >Originator: raaf >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: FreeBSD 5.2.1-RELEASE-p9 ASUS A7V600-X motherboard with AD1888 AC97 codec >Description: On motherboard with AD1888 AC97 codec , codec is not recognized and (bad quality) sound comes out wrong jack (mic jack) >How-To-Repeat: >Fix: Patch below adds support for AD1888 codec. --- sys/dev/sound/pcm/ac97.c.orig Tue Nov 11 23:15:17 2003 +++ sys/dev/sound/pcm/ac97.c Tue Aug 10 23:58:11 2004 @@ -124,6 +124,7 @@ { 0x41445360, 0x00, 0, "AD1885", 0 }, { 0x41445361, 0x00, 0, "AD1886", ad1886_patch }, { 0x41445362, 0x00, 0, "AD1887", 0 }, + { 0x41445368, 0x00, 0, "AD1888", ad198x_patch }, { 0x41445363, 0x00, 0, "AD1886A", 0 }, { 0x41445370, 0x00, 0, "AD1980", ad198x_patch }, { 0x41445372, 0x00, 0, "AD1981A", 0 }, >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040811102036.4631C7AF>