From owner-freebsd-current@FreeBSD.ORG Thu Jan 19 02:01:34 2012 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 7599C1065688; Thu, 19 Jan 2012 02:01:34 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id C96B48FC0A; Thu, 19 Jan 2012 02:01:33 +0000 (UTC) Received: by eekb47 with SMTP id b47so1114106eek.13 for ; Wed, 18 Jan 2012 18:01:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=QOIqvH1MaQU2mYbGaRbONPW+vD0JPu6vRowrO53Arp8=; b=ns/E2ZxkLeKZAV/cr6bv9WgAYjehYPhgd8zoOM3/j0pWFTAz463ONDYXXALoJ9A5/F PAi4sAdK55XXZkh89Op/jSc3dhCgRNPn4HJ04dsaYUIU6k6kdMsTI5qvW7RbhrDdV315 ltHYisgSbpr3TtuVW5l9u1ffniQfW8r98Go44= Received: by 10.14.134.209 with SMTP id s57mr993628eei.122.1326938492779; Wed, 18 Jan 2012 18:01:32 -0800 (PST) Received: from mavbook2.mavhome.dp.ua (pc.mavhome.dp.ua. [212.86.226.226]) by mx.google.com with ESMTPS id s16sm107128495eef.2.2012.01.18.18.01.30 (version=SSLv3 cipher=OTHER); Wed, 18 Jan 2012 18:01:31 -0800 (PST) Sender: Alexander Motin Message-ID: <4F177979.5010106@FreeBSD.org> Date: Thu, 19 Jan 2012 04:01:29 +0200 From: Alexander Motin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20111227 Thunderbird/9.0 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Micka=EBl_Maillot?= References: <4F0DE3FD.2020203@FreeBSD.org> <20120112121853.GC1429@procyon.xvoid.org> <4F0ED8D0.8080403@FreeBSD.org> <4F171D7A.4080003@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Yuri Pankov , freebsd-multimedia@freebsd.org, FreeBSD current Subject: Re: [RFT] Major snd_hda rewrite 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: Thu, 19 Jan 2012 02:01:34 -0000 On 01/19/12 00:04, Mickaël Maillot wrote: > 2012/1/18 Alexander Motin > > > On 01/16/12 13:26, Mickaël Maillot wrote: > > it could be realy nice to have nvidia hdmi support first 2 > channels and > next 8 channels. > i have an ION2 platform and i'm open to test everything. > > > I've just committed (http://svn.freebsd.org/__changeset/base/230312 > ) to head patch > (http://people.freebsd.org/~__mav/hda.hdmi.patch > ), significantly > improving HDMI/DisplayPort audio support. Testers, go! :) > > > Thank a lot ! > > kernel patched, reboot, and still no sound over hdmi, so i add in my > loader.conf: > hint.hdac.1.msi=0 > reboot, and now it works ! so your patch does not disable msi by default > for my chip. > i tried AC3, DTS, DTS ES 6.1, and all works fine like on optical output. > tomorow i'll try 8 channels with DTS HDMA, Dolby TrueHD and LPCM 7.1 (i > need to recompile xbmc with some changes) > > you can find verbose dmesg here: > http://fneufn.eu/freebsd/dmesg.verb.htpc.20120118.txt I don't see there neither controller PCI ID, nor ELD content. Could you show also `pciconf -lv` and verbose `dmesg` after Xorg start (if this was before)? -- Alexander Motin