From owner-freebsd-multimedia@FreeBSD.ORG Wed Aug 20 01:57:13 2008 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC322106564A for ; Wed, 20 Aug 2008 01:57:13 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (merlin.alerce.com [64.62.142.94]) by mx1.freebsd.org (Postfix) with ESMTP id B8A318FC1C for ; Wed, 20 Aug 2008 01:57:13 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id 51FF533C62 for ; Tue, 19 Aug 2008 18:57:33 -0700 (PDT) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id D528F33C5B for ; Tue, 19 Aug 2008 18:57:32 -0700 (PDT) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18603.31222.454880.859623@almost.alerce.com> Date: Tue, 19 Aug 2008 18:57:10 -0700 To: freebsd-multimedia@FreeBSD.org In-Reply-To: <18597.1492.559693.637900@almost.alerce.com> References: <48A20E02.6070609@FreeBSD.org> <18597.1492.559693.637900@almost.alerce.com> X-Mailer: VM 7.19 under Emacs 22.1.50.1 X-Virus-Scanned: ClamAV using ClamSMTP Cc: Subject: Re: RFC: massive snd_hda driver update to better conform UAA specification X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hartzell@alerce.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Aug 2008 01:57:13 -0000 George Hartzell writes: > > I have a Mac Pro running -STABLE amd64. > > I applied the -STABLE version of the patch to a tree that I csup'ed > yesterday without any trouble. > > Previously I had to set hint.pcm.0.config="gpio1" in > /boot/device.hints to get either of the jacks work properly. Sound > worked but was very, very loud, I had to set the volume down around 2% > for it to be listenable. Alexander pointed out that with the new driver the name of the hint has changed, and that that I should be using hint.hdac.0.config="gpio1" This gives me completely reasonable volume control, which I didn't have with the older driver. I still don't have automatic jack sensing though. Thanks! g.