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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9257BC433F5 for ; Mon, 8 Nov 2021 17:38:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 75DCC61989 for ; Mon, 8 Nov 2021 17:38:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240895AbhKHRl3 (ORCPT ); Mon, 8 Nov 2021 12:41:29 -0500 Received: from mga06.intel.com ([134.134.136.31]:53674 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240830AbhKHRl0 (ORCPT ); Mon, 8 Nov 2021 12:41:26 -0500 X-IronPort-AV: E=McAfee;i="6200,9189,10162"; a="293113449" X-IronPort-AV: E=Sophos;i="5.87,218,1631602800"; d="scan'208";a="293113449" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Nov 2021 09:18:23 -0800 X-IronPort-AV: E=Sophos;i="5.87,218,1631602800"; d="scan'208";a="533392402" Received: from anushave-mobl1.amr.corp.intel.com (HELO [10.255.85.158]) ([10.255.85.158]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Nov 2021 09:18:21 -0800 Subject: Re: [Sound-open-firmware] [PATCH] ASoC: SOF: build compression interface into snd_sof.ko To: Arnd Bergmann , Daniel Baluta Cc: ALSA Development Mailing List , Randy Dunlap , Kai Vehmanen , Arnd Bergmann , Liam Girdwood , Bud Liviu-Alexandru , Takashi Iwai , Ranjani Sridharan , Mark Brown , Paul Olaru , Jaroslav Kysela , Peter Ujfalusi , Linux Kernel Mailing List , sound-open-firmware@alsa-project.org References: <20211108111132.3800548-1-arnd@kernel.org> <63c5b1fb-575e-f026-5a76-f08a366f7f38@linux.intel.com> From: Pierre-Louis Bossart Message-ID: <948c8add-2a31-a7aa-f16c-8629dab690cc@linux.intel.com> Date: Mon, 8 Nov 2021 11:18:18 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/8/21 10:15 AM, Arnd Bergmann wrote: > On Mon, Nov 8, 2021 at 3:13 PM Daniel Baluta wrote: >> On 11/8/21 3:39 PM, Pierre-Louis Bossart wrote: >>> On 11/8/21 5:11 AM, Arnd Bergmann wrote: >>>> From: Arnd Bergmann >>>> >>>> Fixes: 858f7a5c45ca ("ASoC: SOF: Introduce fragment elapsed notification API") >>>> Signed-off-by: Arnd Bergmann >>> It's Monday morning and my memory is still foggy but I think we fixed >>> this problem with https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fthesofproject%2Flinux%2Fpull%2F3180&data=04%7C01%7Cdaniel.baluta%40nxp.com%7C25ac869cfd1040f1be1708d9a2bd3460%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C637719755777370422%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=E4K2DPkpLX2SgVJ1K99Qs3uz7l7mS96gIzYlJw9akbg%3D&reserved=0, >>> where we changed the Kconfigs for i.MX. We haven't sent this update >>> upstream for some reason. >>> >>> Arnd, can you share the configuration that breaks with the existing >>> upstream code, I can check if the problem still exists. > > https://pastebin.com/6JqM6Gkr Ack, the problem still exists and is fixed by this patch Tested-by: Pierre-Louis Bossart On a related note, with this randconfig we have a separate problem on an AMD patch on the SOF tree ERROR: modpost: "snd_amd_acp_find_config" [sound/soc/amd/snd-acp-config] is a static EXPORT_SYMBOL That wasn't detected earlier, any idea what Kconfig option I need to enable to filter this out?