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=-10.5 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,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 DD504C433E0 for ; Thu, 14 Jan 2021 18:08:22 +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 B3D8023741 for ; Thu, 14 Jan 2021 18:08:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B3D8023741 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 EBAC616AF; Thu, 14 Jan 2021 19:07:29 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz EBAC616AF DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1610647700; bh=M2lHVWcXXUvPTNAj2SPbydq3PryXe7UZJW51G3RK1Ac=; h=Subject:To:References:From:Date:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=XoylvqPbPQtaCEbxckpIeXjgWOC+7Tkmr0Zyt3jtKHSHi4LSHdkYy3TpY0eI4NBOT 20n6UIXLm+8gAgud9KXDXucWlVspZ6FPUnrhEKU3VSeK8HOkWGuZCsLpnQ3rChiv5+ DzjVpsLwLsB6FFarU5PcJfCn0Hxaqs5MbyyIs8Ow= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 4C6AAF80279; Thu, 14 Jan 2021 19:07:28 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id F183EF8025E; Thu, 14 Jan 2021 19:07:24 +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 09027F80113; Thu, 14 Jan 2021 19:07:19 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 09027F80113 IronPort-SDR: XLfQH4TbACqltRhWqGRlXUv/5rUiMFYy3GcEfjFVYhzhDXFlkS+njMizGVhuKckCEHNWAsNqGf +qQzOiKu1h8w== X-IronPort-AV: E=McAfee;i="6000,8403,9864"; a="178505916" X-IronPort-AV: E=Sophos;i="5.79,347,1602572400"; d="scan'208";a="178505916" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jan 2021 10:07:07 -0800 IronPort-SDR: Va8hRLnaZRfDY91UW1iUE9xz4iXJaGkp1Z0hlGNZ0SYVGwkzOGJIziPRg+SClfgnyrm/y/Urvf 9OG67BbkJY2g== X-IronPort-AV: E=Sophos;i="5.79,347,1602572400"; d="scan'208";a="382356824" Received: from dvarelam-mobl1.amr.corp.intel.com (HELO [10.212.182.202]) ([10.212.182.202]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jan 2021 10:07:05 -0800 Subject: Re: [Sound-open-firmware] [PATCH 1/2] [v2] ALSA: hda: fix SND_INTEL_DSP_CONFIG dependency To: Arnd Bergmann , Jaroslav Kysela , Takashi Iwai , Liam Girdwood , Ranjani Sridharan , Kai Vehmanen , Daniel Baluta , Mark Brown References: <20210112203250.2576775-1-arnd@kernel.org> From: Pierre-Louis Bossart Message-ID: <4ad60e25-b1d5-9be1-a2bc-8bec9e4e85c1@linux.intel.com> Date: Thu, 14 Jan 2021 12:07:04 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Cc: Cezary Rojewski , Arnd Bergmann , ALSA Development Mailing List , "linux-kernel@vger.kernel.org" , Rander Wang , sound-open-firmware@alsa-project.org 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" On 1/14/21 9:09 AM, Arnd Bergmann wrote: > On Tue, Jan 12, 2021 at 9:32 PM Arnd Bergmann wrote: >> > >> --- >> v2: fix various build issues in the first version, now passes >> all randconfig builds I tried > > Please disregard this version, while I have a tree that passes > the randconfig builds now, this was not the patch from it that > I wanted to send... No worries, I reworked the PCI case completely. Still running tests to make sure there's no regression https://github.com/thesofproject/linux/pull/2683