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=-5.2 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 98D11C432C3 for ; Tue, 26 Nov 2019 14:58:51 +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 1F1912073F for ; Tue, 26 Nov 2019 14:58:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="r1Lm4J17" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1F1912073F 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 64D831753; Tue, 26 Nov 2019 15:57:59 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 64D831753 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1574780329; bh=QWpBXp7ky5VH7RTk1C9mjvFts0rbaDu0Q6ylU6MrcI8=; h=To:References:From:Date:In-Reply-To:Cc:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=r1Lm4J17Msnk9c0arI4awGs2mqh3AuWrHThq8AcE5T3aXLmZoMMHyYp2TRGg5A32N uXv1VFaT3MdjUgw7bG4M++3JkZak1svOo43YVjg/j1z+MM51fLiaDNHtHF8idNaOfn Hhts+zTL3/kiJaTzwHI+pnkq68DbK1phevT/bhbA= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 0064CF80159; Tue, 26 Nov 2019 15:57:59 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id AF10FF80159; Tue, 26 Nov 2019 15:57:57 +0100 (CET) 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 B38E5F800DD for ; Tue, 26 Nov 2019 15:57:53 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz B38E5F800DD X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Nov 2019 06:57:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,246,1571727600"; d="scan'208";a="211435194" Received: from vramali2-mobl1.amr.corp.intel.com (HELO [10.251.155.193]) ([10.251.155.193]) by orsmga006.jf.intel.com with ESMTP; 26 Nov 2019 06:57:50 -0800 To: Jaroslav Kysela , ALSA development References: <20191126103404.29534-1-perex@perex.cz> <32edec86-ec1c-1809-2278-fecac09ac321@perex.cz> From: Pierre-Louis Bossart Message-ID: <14a7c2b3-111a-5658-5203-5cbceb7c4251@linux.intel.com> Date: Tue, 26 Nov 2019 08:57:50 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.2 MIME-Version: 1.0 In-Reply-To: <32edec86-ec1c-1809-2278-fecac09ac321@perex.cz> Content-Language: en-US Cc: Takashi Iwai , Mark Brown Subject: Re: [alsa-devel] [PATCH] ASoC: intel/skl/hda - export number of digital microphones via control components 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 11/26/19 7:51 AM, Jaroslav Kysela wrote: > Dne 26. 11. 19 v 13:33 Pierre-Louis Bossart napsal(a): >> >> >> On 11/26/19 4:34 AM, Jaroslav Kysela wrote: >>> It is required for the auto-detection in the user space (for UCM). >>> >>> Signed-off-by: Jaroslav Kysela >>> Cc: Pierre-Louis Bossart >>> Cc: Mark Brown >> >> Thanks Jaroslav. >> The changes are fine, but the code changes in hda.c will conflict with >> the cleanups done by Ranjani (which I was planning to send next week). >> >> Any objections if we take this patch into the SOF tree (without changes >> to authorship) and provide it on alsa-devel next week with the cleanups, >> so that we don't have any conflicts? > > I'm fine with that, if we don't miss the 5.5 merge window. Otherwise, > you may rebase your changes on top. Mark? I just shared the changes, but I wasn't planning to see those changes in 5.5 since they are quite big, so if you want this in 5.5 I'll rebase. _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org https://mailman.alsa-project.org/mailman/listinfo/alsa-devel