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, 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 72342C10F25 for ; Fri, 6 Mar 2020 19:50:35 +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 EAAA220675 for ; Fri, 6 Mar 2020 19:50:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="kKW1BGlY" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EAAA220675 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 33A1A827; Fri, 6 Mar 2020 20:49:43 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 33A1A827 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1583524233; bh=HR9K0yJlSRIM3ebFAX2H35qWcu2u/k0JeQL26Dr3rH0=; h=Subject:To:References:From:Date:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=kKW1BGlYpLr7K0JiuA8lDjc5+3X1xFMnr4f4Dp2VvQiYtPP34u8gY7wfB5Pq43sUr cdyG+nP5T4Sqy0aa2N+vg17M5hIM0oD3TrtiKzzLZrByaRyt4GSMfDJr5XvRKyflAk 94k/yedObfeyak7+RgdsifZ4uE0PJZ7x7zPIxGdk= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id AA355F801EC; Fri, 6 Mar 2020 20:49:42 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id B94B1F801ED; Fri, 6 Mar 2020 20:49:40 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 0F657F80125 for ; Fri, 6 Mar 2020 20:49:36 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 0F657F80125 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Mar 2020 11:49:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,523,1574150400"; d="scan'208";a="275659587" Received: from jrbond-mobl.amr.corp.intel.com (HELO [10.254.11.58]) ([10.254.11.58]) by fmsmga002.fm.intel.com with ESMTP; 06 Mar 2020 11:49:31 -0800 Subject: Re: [PATCH 5/7] ASoC: Intel: skl_hda_dsp: Enable Dmic configuration To: Cezary Rojewski , Kai Vehmanen References: <20200305145314.32579-1-cezary.rojewski@intel.com> <20200305145314.32579-6-cezary.rojewski@intel.com> <47d77a70-2012-26f5-fda5-7a15e26bcdb4@intel.com> From: Pierre-Louis Bossart Message-ID: Date: Fri, 6 Mar 2020 13:49:31 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: <47d77a70-2012-26f5-fda5-7a15e26bcdb4@intel.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Cc: alsa-devel@alsa-project.org, lgirdwood@gmail.com, tiwai@suse.com, vkoul@kernel.org, broonie@kernel.org, Mateusz Gorski 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: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" > Guys, we've simply taken long-standing working example such as skl_rt286 > or bxt_rt298 and applied the missing diff between skl_hda_dsp's and said > machine boards DAPM routes. skl-pcm.c exposes BE: DMIC01 Rx which > Intel's SST topologies link against via dmic01_hifi. That has always > been the case. No bad intentions, the exact opposite is true: taken old > path approach to make sure nothing is broken. Turns out SOF does things > differently. Thanks for spotting/ testing this out on your end. It's actually not SOF, but recent changes in the asoc core that will stop the probe if a route cannot be added, instead of just spewing a warning. I think it's a good change to force topologies to be complete, but in cases where a previously released topology cannot be adjusted we need a backwards compatible solution. that's my plan for the rest of the afternoon. > Not a problem to adjust topology on our end, though. In fact, I've > already done that on your requested, tested it out and it works just > fine. In consequence: > - this patch will be dropped from the series > - topology patch provided for alsa-ucm-conf will be updated accordingly > (dmic01_hifi widget will cease to exist) Sounds good, thanks Cezary.