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=-2.3 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 6AB1DC49ED7 for ; Mon, 16 Sep 2019 20:02:53 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 67CDB20644 for ; Mon, 16 Sep 2019 20:02:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="nolVkgCI" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 67CDB20644 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 0DE2E1612; Mon, 16 Sep 2019 22:02:00 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 0DE2E1612 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1568664170; bh=zDTE1Zpx5W+6SYTelhPBScVGq6av89NYqsw85RbhMwk=; h=To:References:From:Date:In-Reply-To:Cc:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=nolVkgCIHgQWbH/7l2QNDdiCpdtL4DOb6gAvDPwNy+MgPb8M0VKni+bI/XoZLtEFk bz9nRbbDJMn7S/5BmMCUDKL8WTl02nB/2DlojZJVv8xmWGEwjkVeXFbVncJ5Y53Mur xdCluAW4gSvz8Vxw9LmZCzoALMdcj1C1s6AAzxfg= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 97257F804FF; Mon, 16 Sep 2019 22:01:59 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 4D6DBF80506; Mon, 16 Sep 2019 22:01:58 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 9078EF80137 for ; Mon, 16 Sep 2019 22:01:54 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 9078EF80137 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Sep 2019 13:01:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,513,1559545200"; d="scan'208";a="361630605" Received: from jvhicko1-mobl2.amr.corp.intel.com (HELO [10.254.104.227]) ([10.254.104.227]) by orsmga005.jf.intel.com with ESMTP; 16 Sep 2019 13:01:52 -0700 To: Takashi Iwai References: <20190912142200.8031-1-kai.vehmanen@linux.intel.com> <5579b62d-d949-ec62-0a85-45d0842af38f@linux.intel.com> From: Pierre-Louis Bossart Message-ID: <2ff72482-41a5-2655-d713-b91efd2601f5@linux.intel.com> Date: Mon, 16 Sep 2019 15:01:52 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US Cc: alsa-devel@alsa-project.org, Mark Brown , Kai Vehmanen Subject: Re: [alsa-devel] [PATCH v4 0/9] adapt SOF to use snd-hda-codec-hdmi X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On 9/16/19 2:36 PM, Takashi Iwai wrote: > On Mon, 16 Sep 2019 17:59:06 +0200, > Pierre-Louis Bossart wrote: >> >> On 9/12/19 9:21 AM, Kai Vehmanen wrote: >>> Hi all, >>> >>> here's the 4th round for this series that adapts SOF to use >>> snd-hda-codec-hdmi (patch_hdmi.c) codec driver instead of hdac_hdmi >>> (soc/codecs/hdac_hdmi.c). The primary goal is to unify the HDMI codec >>> implementation between DSP and non-DSP HDA configurations, offer same >>> interface to user-space and reduce maintenance load for all. >> >> The series looks good to me so >> >> Reviewed-by: Pierre-Louis Bossart >> >> I would recommend that we have a matching change for the Skylake >> driver and validation that both SOF and cAVS/SST drivers can operate >> with this mode set. Our goal is still to have coexistence between the >> two drivers in a single build/distro, e.g. cAVS for SKL/KBL/APL and >> SOF for newer platforms. This can be done in a follow-up patch but it >> needs to be done before distros start selecting this common HDMI mode. >> >> The other concern I have is that we have other changes coming for >> soc-acpi and machine drivers to deal with SoundWire, so it'd be nice >> to have the changes mirrored between Mark and Takashi trees e.g. with >> the merge of a fixed branch. > > In general it's already a bit too late to merge for 5.4, so the whole > series will be after that, at most, hence we still have enough time :) yes indeed, this was just to let you know we'll need extra work to synchronize between you/Mark/Vinod, not to rush things through. _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org https://mailman.alsa-project.org/mailman/listinfo/alsa-devel