From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 77002] hdmi audio problems with 3.14 Date: Mon, 07 Apr 2014 20:14:33 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1985312595==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 482266E797 for ; Mon, 7 Apr 2014 13:14:33 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1985312595== Content-Type: multipart/alternative; boundary="1396901673.5eEaa2.7147"; charset="us-ascii" --1396901673.5eEaa2.7147 Date: Mon, 7 Apr 2014 20:14:33 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=77002 --- Comment #21 from Anssi Hannula --- (In reply to comment #19) > maximum amount of different streams played back at once. Well streams can be inactive as well, so this was not entirely accurate... See Section 2.2 of HDA spec for what a stream is in this context. What I'm after is the correct value for HDA spec 3.3.2, register offset 00h, bits 12-15 (Number of Output Streams Supported (OSS)), which is 0x00 (no audio output streams) on the AMD cards for some reason. For Christian's card the correct value seems to be 4, but I wonder if the same is true for 6/7-pin cards as well or if they have it at least 6/7 so there are streams for every pin available. If (streams >= pins) is true always, I think there is no need to add any other fixes. -- You are receiving this mail because: You are the assignee for the bug. --1396901673.5eEaa2.7147 Date: Mon, 7 Apr 2014 20:14:33 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 21 on bug 77002 from
(In reply to comment #19)
> maximum amount of different streams played back at once.

Well streams can be inactive as well, so this was not entirely accurate... See
Section 2.2 of HDA spec for what a stream is in this context.

What I'm after is the correct value for HDA spec 3.3.2, register offset 00h,
bits 12-15 (Number of Output Streams Supported (OSS)), which is 0x00 (no audio
output streams) on the AMD cards for some reason.

For Christian's card the correct value seems to be 4, but I wonder if the same
is true for 6/7-pin cards as well or if they have it at least 6/7 so there are
streams for every pin available. If (streams >= pins) is true always, I think
there is no need to add any other fixes.


You are receiving this mail because:
  • You are the assignee for the bug.
--1396901673.5eEaa2.7147-- --===============1985312595== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============1985312595==--