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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id AD0ECEB64DC for ; Mon, 3 Jul 2023 08:50:04 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 7AAFD83E; Mon, 3 Jul 2023 10:49:11 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 7AAFD83E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1688374201; bh=pox5/8OU+E0k0USvT7GzuoL1tE4nYDvau0NjWziCQbg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-Id: List-Archive:List-Help:List-Owner:List-Post:List-Subscribe: List-Unsubscribe:From; b=pSBlP6oIAj6RrGhq9b4Y3toTO69dJ49aaq/WQ3edYvdno1PIsDpdSJz8V2Bt87iRT 5hyY3AKUn0QaRc+VwN33BrcPUCweDbYiVoqnik0/MWzcwX2PUnuum/TNjO+aJiMbQs PaWYcZJ16aS2v97bfrZoRUX+1j7PKoDAZJwj5XVA= Received: by alsa1.perex.cz (Postfix, from userid 50401) id ED05FF8053B; Mon, 3 Jul 2023 10:48:48 +0200 (CEST) Received: from mailman-core.alsa-project.org (mailman-core.alsa-project.org [10.254.200.10]) by alsa1.perex.cz (Postfix) with ESMTP id 886F3F80093; Mon, 3 Jul 2023 10:48:48 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 947BAF80125; Mon, 3 Jul 2023 10:48:44 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id A3462F80093 for ; Mon, 3 Jul 2023 10:48:39 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz A3462F80093 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key, unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=QO5q0gD+ Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D6A1660E9B; Mon, 3 Jul 2023 08:48:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B0611C433C8; Mon, 3 Jul 2023 08:48:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1688374116; bh=pox5/8OU+E0k0USvT7GzuoL1tE4nYDvau0NjWziCQbg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QO5q0gD+xg0S2yRaTSvnhQN1rQSHd3GjZR/BSvSF5xkz6zcOhpSknzlG215Zkx8V1 8v1d/RtC05HMr5F/BsBtEzRd6iS5S9L+yhc3Glx/DuUHH6YdlaokKLWtPnxvbbVqiT R5r/TOG61tIwNf/cZ87WVI4Q1lc8Kisxk6Vzle1GYtj9yAxPib85Q3ISjzapugs4H3 2slsG81RGvle2x2nfzci471SvTPp0apDznCWCf+t7pn5nLQWbFTDEqoN8lQ/YsbJg7 IbCkh1dwJtggfdSWh8rpKfY1jFVlQsadGyzWELnwwgAVUPZ0EG+oWb8lQU5q+XrtP6 jg7EQP/EkplYg== Received: from johan by xi.lan with local (Exim 4.96) (envelope-from ) id 1qGFEo-0006nE-37; Mon, 03 Jul 2023 10:48:51 +0200 Date: Mon, 3 Jul 2023 10:48:50 +0200 From: Johan Hovold To: Takashi Iwai Cc: Srinivas Kandagatla , Mark Brown , johan+linaro@kernel.org, perex@perex.cz, tiwai@suse.com, lgirdwood@gmail.com, ckeepax@opensource.cirrus.com, kuninori.morimoto.gx@renesas.com, linux-kernel@vger.kernel.org, pierre-louis.bossart@linux.intel.com, alsa-devel@alsa-project.org, Stable@vger.kernel.org Subject: Re: [PATCH] ASoC: qdsp6: q6apm: use dai link pcm id as pcm device number Message-ID: References: <20230628092404.13927-1-srinivas.kandagatla@linaro.org> <877crh76ge.wl-tiwai@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <877crh76ge.wl-tiwai@suse.de> Message-ID-Hash: BGB6NC5NZWITUV7LRMGIKVJHWNYL5XTI X-Message-ID-Hash: BGB6NC5NZWITUV7LRMGIKVJHWNYL5XTI X-MailFrom: johan@kernel.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-alsa-devel.alsa-project.org-0; header-match-alsa-devel.alsa-project.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Mon, Jul 03, 2023 at 10:19:29AM +0200, Takashi Iwai wrote: > On Mon, 03 Jul 2023 10:03:52 +0200, > Johan Hovold wrote: > > Ok, scratch that. I just hit the race again also with this patch > > applied: > > > > [ 11.815028] q6apm-dai 3000000.remoteproc:glink-edge:gpr:service@1:dais: Adding to iommu group 23 > > [ 11.838667] snd-sc8280xp sound: ASoC: adding FE link failed > > [ 11.838774] snd-sc8280xp sound: ASoC: topology: could not load header: -517 > > [ 11.838916] qcom-apm gprsvc:service:2:1: tplg component load failed-517 > > [ 11.838996] qcom-apm gprsvc:service:2:1: ASoC: error at snd_soc_component_probe on gprsvc:service:2:1: -22 > > [ 11.839430] snd-sc8280xp sound: ASoC: failed to instantiate card -22 > > [ 11.844801] snd-sc8280xp: probe of sound failed with error -22 > > Isn't it rather an issue about the error code passing in qcom driver? > How about the change like below? Indeed, and I tested a change like that here: https://lore.kernel.org/lkml/ZIHSGf18Aw7htb9o8@hovoldconsulting.com/ but that only seems to make the problem worse currently. This should probably still be fixed, but I was just hoping that the DAI numbering could have been the cause for the probe deferral (which then triggers the other bugs). Johan