From patchwork Fri Jan 27 23:11:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Amadeusz_S=C5=82awi=C5=84ski?= X-Patchwork-Id: 647987 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 C61E5C38142 for ; Fri, 27 Jan 2023 15:13:45 +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 96C9AE7E; Fri, 27 Jan 2023 16:12:53 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 96C9AE7E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1674832423; bh=xrYcmvjWf+uFdMitGF3Y74ed18GwxPVNfZPcF6Y6eN4=; h=From:To:Subject:Date:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: Cc:From; b=hzz0Tg6Shsn1BMsd2kW9k0KLxb3Y4YC5Lg5lrJGl1qYVZ8xceztoGIHmPiQvLXcNz N0CDMLM8ywnkL/yA2tBn7a6mt6iZQqq6jUqEmh908QdB5tMBsRWZ7zJWaehBrBozQK wOEn+IcX6ufa6njPkrt7GyBK/tCK3XTIHUi+n3Zw= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 19F14F8057E; Fri, 27 Jan 2023 16:10:36 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 8AE2BF8056F; Fri, 27 Jan 2023 16:10:31 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 87CE7F80552 for ; Fri, 27 Jan 2023 16:10:27 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 87CE7F80552 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key, unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=myvq+l1j DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1674832228; x=1706368228; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=xrYcmvjWf+uFdMitGF3Y74ed18GwxPVNfZPcF6Y6eN4=; b=myvq+l1jYIJLQamlItHHqzz2n/W0/lTxf2i57fQbCgvStLjOuXEAmOUO lQ64leDhLXfbldN6p6fqklMD7lw39j5oKMsHs1BFeyXa95wi/wCqobPSv L6NabbHgy6xV3lD7O39aHMqe3L801DIZY51TAGkyVPORiP7TQzksYvaG2 mFQzBBmllckmUR5Dd7LRS36wmJ3CebT6mt6PQ9wI27DIIQIDTpEBqDD9V blhq4x2br6C4v5EqMaO1QlROkqo6TtZzgChk1n6gu8+Bruu2IUOE8reEE yyaDHF4d/4iSjQeXyoxF/mDPrDXrQi/9b7N9CeMppApuT95i6RITn5T9d g==; X-IronPort-AV: E=McAfee;i="6500,9779,10603"; a="324795844" X-IronPort-AV: E=Sophos;i="5.97,251,1669104000"; d="scan'208";a="324795844" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jan 2023 07:10:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10603"; a="908709029" X-IronPort-AV: E=Sophos;i="5.97,251,1669104000"; d="scan'208";a="908709029" Received: from dev2 (HELO DEV2.igk.intel.com) ([10.237.148.94]) by fmsmga006.fm.intel.com with ESMTP; 27 Jan 2023 07:10:25 -0800 From: =?utf-8?q?Amadeusz_S=C5=82awi=C5=84ski?= To: Mark Brown Subject: [PATCH 08/11] ASoC: topology: Return an error on complete() failure Date: Sat, 28 Jan 2023 00:11:08 +0100 Message-Id: <20230127231111.937721-9-amadeuszx.slawinski@linux.intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230127231111.937721-1-amadeuszx.slawinski@linux.intel.com> References: <20230127231111.937721-1-amadeuszx.slawinski@linux.intel.com> MIME-Version: 1.0 X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.29 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: , Cc: Cezary Rojewski , alsa-devel@alsa-project.org, Takashi Iwai , Pierre-Louis Bossart , Ranjani Sridharan , =?utf-8?q?Amadeusz_S?= =?utf-8?q?=C5=82awi=C5=84ski?= Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" Function soc_tplg_dapm_complete() detects an error and logs it, but doesn't return failure to the caller, fix it by returning the error. Reviewed-by: Cezary Rojewski Reviewed-by: Ranjani Sridharan Signed-off-by: Amadeusz Sławiński --- sound/soc/soc-topology.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/soc-topology.c b/sound/soc/soc-topology.c index c35c0c53a184..08dd55f94584 100644 --- a/sound/soc/soc-topology.c +++ b/sound/soc/soc-topology.c @@ -1563,7 +1563,7 @@ static int soc_tplg_dapm_complete(struct soc_tplg *tplg) dev_err(tplg->dev, "ASoC: failed to create new widgets %d\n", ret); - return 0; + return ret; } static int set_stream_info(struct soc_tplg *tplg, struct snd_soc_pcm_stream *stream,