From owner-freebsd-current@FreeBSD.ORG Fri Oct 3 09:27:29 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35A051065686; Fri, 3 Oct 2008 09:27:29 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id 6CE288FC08; Fri, 3 Oct 2008 09:27:28 +0000 (UTC) (envelope-from mav@FreeBSD.org) X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona-2.1.0 Received: from orphanage.alkar.net (account mav@alkar.net [212.86.226.11] verified) by cmail.optima.ua (CommuniGate Pro SMTP 5.1.14) with ESMTPA id 223305069; Fri, 03 Oct 2008 12:27:27 +0300 Message-ID: <48E5E57F.9090603@FreeBSD.org> Date: Fri, 03 Oct 2008 12:27:27 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.14 (X11/20080612) MIME-Version: 1.0 To: gary.jennejohn@freenet.de References: <1222892584.00020319.1222880402@10.7.7.3> <48E47ADF.7030004@FreeBSD.org> <20081002144243.3f2e7310@ernst.jennejohn.org> <48E4CC6C.6050407@FreeBSD.org> <20081002194411.387b7f32@ernst.jennejohn.org> <48E526A6.8000107@FreeBSD.org> <48E54290.5010600@FreeBSD.org> <48E54B75.3010307@FreeBSD.org> <20081003094913.18626ml1ym0aaqgw@webmail.leidinger.net> <48E5D3F3.1070504@FreeBSD.org> <20081003110344.3065fd27@ernst.jennejohn.org> In-Reply-To: <20081003110344.3065fd27@ernst.jennejohn.org> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Alexander Leidinger , freebsd-current@FreeBSD.org, Joel Dahl Subject: Re: regression in HDA functionality X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2008 09:27:29 -0000 Gary Jennejohn wrote: >>> Can you change the order of pcm devices from one soundcard? I understand >>> that you can not change the PCI probe order, but maybe the order of >>> pcm1-3 if pcm1-3 are on the same hardware. >> Generally it is possible. > > I think that in my case there's more to it than just the new HDA driver, > but I might be wrong. > > With GENERIC from the 200809 snap HDMI was discovered _after_ the other > devices, i.e. it was pcm1. With the new kernel the discovery order > was reversed, which seems to have led to my problems. No, it's not. In your case HDMI port is different HDA codec placed on different HDA controller, so driver unable to do anything with it's enumeration. Previous driver could just fail attach when it has not found there any analog connector on codec. Digital connectors support was not implemented there. -- Alexander Motin