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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B37E1C433EF for ; Sat, 4 Dec 2021 00:45:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354667AbhLDAtF (ORCPT ); Fri, 3 Dec 2021 19:49:05 -0500 Received: from mga17.intel.com ([192.55.52.151]:38270 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1354612AbhLDAtF (ORCPT ); Fri, 3 Dec 2021 19:49:05 -0500 X-IronPort-AV: E=McAfee;i="6200,9189,10187"; a="217769148" X-IronPort-AV: E=Sophos;i="5.87,286,1631602800"; d="scan'208";a="217769148" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Dec 2021 16:45:40 -0800 X-IronPort-AV: E=Sophos;i="5.87,286,1631602800"; d="scan'208";a="461097723" Received: from hkagda-mobl2.amr.corp.intel.com (HELO [10.212.71.79]) ([10.212.71.79]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Dec 2021 16:45:38 -0800 Subject: Re: [Sound-open-firmware] linux-next: Tree for Dec 3 (sound/soc/sof/intel/hda-codec.c) To: Randy Dunlap , Stephen Rothwell , Linux Next Mailing List , Hui Wang Cc: Kai Vehmanen , Liam Girdwood , Linux Kernel Mailing List , Keyon Jie , Ranjani Sridharan , Mark Brown , Daniel Baluta , sound-open-firmware@alsa-project.org References: <20211203194709.3bcfb3a7@canb.auug.org.au> <66206234-d0b9-da64-c75d-4ea73dda5ff9@infradead.org> From: Pierre-Louis Bossart Message-ID: Date: Fri, 3 Dec 2021 18:45:36 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <66206234-d0b9-da64-c75d-4ea73dda5ff9@infradead.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On 12/3/21 6:34 PM, Randy Dunlap wrote: > > > On 12/3/21 00:47, Stephen Rothwell wrote: >> Hi all, >> >> News: I will (probably) do no linux-next releases between Dec 9 and Dec >> 19, inclusive (i.e. that means 3 releases next week and none the week >> after). >> >> Changes since 20211202: >> > > on i386: > # CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC is not set > > ../sound/soc/sof/intel/hda-codec.c: In function ‘hda_codec_probe’: > ../sound/soc/sof/intel/hda-codec.c:132:35: error: ‘CODEC_PROBE_RETRIES’ undeclared (first use in this function); did you mean ‘DEV_PROP_STRING’? > } while (resp == -1 && retry++ < CODEC_PROBE_RETRIES); > ^~~~~~~~~~~~~~~~~~~ > > > Full randconfig file is attached. Thanks Randy, Kai provided a fix already, see "ASoC: SOF: Intel: fix build issue related to CODEC_PROBE_ENTRIES" on alsa-devel.