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 X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F057EC46471 for ; Mon, 6 Aug 2018 20:01:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9EC6E21A33 for ; Mon, 6 Aug 2018 20:01:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9EC6E21A33 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387567AbeHFWMU (ORCPT ); Mon, 6 Aug 2018 18:12:20 -0400 Received: from mga14.intel.com ([192.55.52.115]:30830 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387428AbeHFWMU (ORCPT ); Mon, 6 Aug 2018 18:12:20 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Aug 2018 13:01:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,452,1526367600"; d="scan'208";a="252423142" Received: from ahkircos-mobl1.amr.corp.intel.com (HELO [10.255.32.219]) ([10.255.32.219]) by fmsmga006.fm.intel.com with ESMTP; 06 Aug 2018 12:59:04 -0700 Subject: Re: [alsa-devel] [PATCH 9/9] ALSA: intel_hdmi: remove redundant variable cfg_val To: Takashi Iwai Cc: alsa-devel@alsa-project.org, Olivier Moysan , Alexandre Torgue , kernel-janitors@vger.kernel.org, Arnaud Pouliquen , Liam Girdwood , Mark Brown , Maxime Coquelin , Colin King , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Jaya Kumar References: <20180801104742.4328-1-colin.king@canonical.com> <20180801104742.4328-10-colin.king@canonical.com> From: Pierre-Louis Bossart Message-ID: Date: Mon, 6 Aug 2018 14:59:03 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Good to hear, applied the patch now. > >> BTW looking at the structures in intel_hdmi_lpe_audio.h, the field >> format:3 in audio_ch_status_0 is misleading at best, it should be the >> emphasis if I look at the SPDIF/AES docs. It's not used but I'll have >> to relook at all this when I find some time... We should really set >> the registers to mirror what the aes_bits are, not just the non_audio >> and clock accuracy fields. > A fix patch is always welcome ;) This sort of fixes is straighforward, the hard part is to locate an HDMI analyzer to double-check that the changes result in something meaningful...