From owner-freebsd-multimedia@FreeBSD.ORG Fri Jul 17 20:50:03 2009 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3715106566B for ; Fri, 17 Jul 2009 20:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A0FEE8FC18 for ; Fri, 17 Jul 2009 20:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6HKo3jJ089155 for ; Fri, 17 Jul 2009 20:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6HKo3rp089154; Fri, 17 Jul 2009 20:50:03 GMT (envelope-from gnats) Date: Fri, 17 Jul 2009 20:50:03 GMT Message-Id: <200907172050.n6HKo3rp089154@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: "Joseph S. Atkinson" Cc: Subject: Re: kern/135556: [snd_hda] Sound (mostly) broken w/ snd_hda on -CURRENT X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Joseph S. Atkinson" List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2009 20:50:03 -0000 The following reply was made to PR kern/135556; it has been noted by GNATS. From: "Joseph S. Atkinson" To: Alexander Motin Cc: bug-followup@FreeBSD.org Subject: Re: kern/135556: [snd_hda] Sound (mostly) broken w/ snd_hda on -CURRENT Date: Fri, 17 Jul 2009 16:44:11 -0400 Alexander Motin wrote: >> If you know a way of disabling the HDMI port, preventing it from even >> being probed, it might help me. > > To stop some pin from being used you can boot with verbose messages > enabled to get pin node ID of HDMI codec and then add to loader.conf > something like: > hint.hdac.0.cad0.nid%d.config="as=0" > I got a chance to play with this today. I couldn't get the hardware to disable, but the issue appears to have "evaporated". My audio is working fine now with nothing more than hw.pcm.default_unit=1 in sysctl.conf again. This PR can now be closed. Thanks mav.