From owner-freebsd-multimedia@FreeBSD.ORG Tue Mar 22 16:55:32 2005 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C8AA16A4CE for ; Tue, 22 Mar 2005 16:55:32 +0000 (GMT) Received: from barton.dreadbsd.org (massena-4-82-67-196-50.fbx.proxad.net [82.67.196.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B47F43D3F for ; Tue, 22 Mar 2005 16:55:31 +0000 (GMT) (envelope-from antoine@massena-4-82-67-196-50.fbx.proxad.net) Received: from barton.dreadbsd.org (localhost [127.0.0.1]) by barton.dreadbsd.org (8.13.3/8.13.1) with ESMTP id j2MGtCSM044296; Tue, 22 Mar 2005 17:55:16 +0100 (CET) (envelope-from antoine@massena-4-82-67-196-50.fbx.proxad.net) Received: (from antoine@localhost) by barton.dreadbsd.org (8.13.3/8.13.1/Submit) id j2MGtCiU044295; Tue, 22 Mar 2005 17:55:12 +0100 (CET) (envelope-from antoine) Date: Tue, 22 Mar 2005 17:55:12 +0100 From: Antoine Brodin To: David Cross Message-Id: <20050322175512.5a98b107.antoine.brodin@laposte.net> In-Reply-To: <1111475165.1908.3.camel@kagome> References: <1111475165.1908.3.camel@kagome> X-Mailer: Sylpheed version 1.0.3 (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-multimedia@freebsd.org Subject: Re: AD1888 AC97 codec X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2005 16:55:32 -0000 David Cross wrote: > I am having some trouble with a machine with an AD1888 AC97 codec. > Searching the list I see that all I need to do is to move the speaker > connection from speaker to microphone. It works.. but windows > actually has the sound come out the designated speaker. Now as much > as I don't use windows on this machine it seems to indicate that we > are in fact doing something wrong. > > Does anyone have a suggestion on what should be done? I've been > looking at the AC97 drivers and it looks pretty simple, is all that is > missing are references for the AD1888? You can try to add this line to the ac97codecid array in ac97.c: { 0x41445368, 0x00, 0, "AD1888", ad198x_patch}, (I've looked at the NetBSD code and it uses the same patch for AD1888, AD1980 and AD1985) Cheers, Antoine