From raaf@luna.afraid.org  Wed Aug 11 10:20:38 2004
Return-Path: <raaf@luna.afraid.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9FCB816A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 Aug 2004 10:20:38 +0000 (GMT)
Received: from gw.luna.afraid.org (lls-c-13303.adsl.wanadoo.nl [81.69.81.3])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 149CC43D53
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 Aug 2004 10:20:38 +0000 (GMT)
	(envelope-from raaf@luna.afraid.org)
Received: by gw.luna.afraid.org (Postfix, from userid 1001)
	id 4631C7AF; Wed, 11 Aug 2004 12:20:36 +0200 (CEST)
Message-Id: <20040811102036.4631C7AF@gw.luna.afraid.org>
Date: Wed, 11 Aug 2004 12:20:36 +0200 (CEST)
From: raaf <freebsd@luna.afraid.org>
Reply-To: raaf <freebsd@luna.afraid.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] Add support for AD1888 AC97 audio codec
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         70296
>Category:       kern
>Synopsis:       [sound] [patch] Add support for AD1888 AC97 audio codec
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    sound
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 11 10:30:16 GMT 2004
>Closed-Date:    Fri Jun 24 10:06:37 GMT 2005
>Last-Modified:  Fri Jun 24 10:06:37 GMT 2005
>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:
Responsible-Changed-From-To: freebsd-bugs->sound 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Sep 9 21:35:54 GMT 2004 
Responsible-Changed-Why:  
Over to mailing list. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=70296 
State-Changed-From-To: open->closed 
State-Changed-By: anholt 
State-Changed-When: Fri Jun 24 10:04:58 GMT 2005 
State-Changed-Why:  
The patch was committed to 5-stable by scottl on 2005/05/01.  Could you verify 
that it works for you, and if you still have problems with sound, please 
resubmit?  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=70296 
>Unformatted:
