From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 86DE0EB64D9 for ; Thu, 29 Jun 2023 10:44:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231272AbjF2Kon (ORCPT ); Thu, 29 Jun 2023 06:44:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56572 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231631AbjF2Koi (ORCPT ); Thu, 29 Jun 2023 06:44:38 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8088A1BE8 for ; Thu, 29 Jun 2023 03:44:37 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 365431F8CC; Thu, 29 Jun 2023 10:44:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1688035476; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=jMIvzrr3FC/XxOCIX56sg3CyA8NZGg8bEmD3ORrTSlM=; b=FnZsrKJb9M/pkagQKIgnoBaRWdjCWbaiiBRe+Q2pE4V7ylRSps18RxWKh4XAgPYN2aJbWs s62wqn9LGFzjy6RIA0A7viAMKTNV92all3dGF75gFBOr9oXAa+EeRWeSFQH0RMT06IHS/9 7MH2UkaDk4rltepPKtfr1DydLmM1j0w= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1688035476; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=jMIvzrr3FC/XxOCIX56sg3CyA8NZGg8bEmD3ORrTSlM=; b=gQMuUdfBHIVrpWfegvuO9d6Fgm7HsdUJDPzcqEKdMxIdrQujIjjkYLQCP9AoZfL+VJjzR/ gXRJkfWrfKDsCGCA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 1B3E5139FF; Thu, 29 Jun 2023 10:44:36 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id DpkvBpRgnWRpJAAAMHmgww (envelope-from ); Thu, 29 Jun 2023 10:44:36 +0000 Date: Thu, 29 Jun 2023 12:44:31 +0200 Message-ID: <87zg4ifsz4.wl-tiwai@suse.de> From: Takashi Iwai To: Mark Brown Cc: Liam Girdwood , Jaroslav Kysela , Takashi Iwai , Matthias Reichl , Dom Cobley , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ASoC: hdmi-codec: fix channel info for compressed formats In-Reply-To: <168803481324.25247.5593448279992144349.b4-ty@kernel.org> References: <20230624165232.5751-1-hias@horus.com> <168803481324.25247.5593448279992144349.b4-ty@kernel.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 29 Jun 2023 12:33:33 +0200, Mark Brown wrote: > > On Sat, 24 Jun 2023 18:52:32 +0200, Matthias Reichl wrote: > > According to CTA 861 the channel/speaker allocation info in the > > audio infoframe only applies to uncompressed (PCM) audio streams. > > > > The channel count info should indicate the number of channels > > in the transmitted audio, which usually won't match the number of > > channels used to transmit the compressed bitstream. > > > > [...] > > Applied to > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Oh, I already applied this one together with another fix for HDMI, and it's in the ongoing PR to Linus. I didn't notice that it was ASoC-only. Sorry for confusion! Takashi