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 721E3C4332F for ; Thu, 15 Dec 2022 18:55:57 +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 7468B2140; Thu, 15 Dec 2022 19:55:05 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 7468B2140 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1671130555; bh=R3HG/Rh2QBhn5h9nrDhEplNPyBpnoPqfH5DA2PQMmI4=; h=From:To:Subject:Date:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: Cc:From; b=V4tNw5IAwF3WcJj8OttBHyjK2coBsVcFhRkigwF6Q6sKput2Q0c8NUyxR1b/o+UtU F1/M05jjdY4EfJ1lsrc6ijOH96q79/MjPLEWfAr6S8+GX8YohqXp6rVbihJNV2QFlo mRtejtLfmXgVzW6pgldsv6wOdsKoePubzSVC+k38= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id AC3D6F80141; Thu, 15 Dec 2022 19:54:17 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id D7F55F80510; Thu, 15 Dec 2022 19:54:16 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 E2EB8F80141 for ; Thu, 15 Dec 2022 19:54:14 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz E2EB8F80141 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=VNXihaDp DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671130456; x=1702666456; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=R3HG/Rh2QBhn5h9nrDhEplNPyBpnoPqfH5DA2PQMmI4=; b=VNXihaDp1u4mTRw4QIbSQrPBMxK25idMTfPr52GGDI+qFE+Qq+SmZ2eC n2/I9TOdxy3E0DdVgaH7D+I/VdmUjQUoyNydrwYBTymTLcbRomeYbvJAl cLsZLnvLqzy2RAdr5sNAK7boYAr8o5eWqWA+uQ46yIG5fmWH6nUl3eDHD elt2TFBra5JRE8w2LpQj8rdHFT85kANo3u2n2svuNL46pYqrdAGwSDSl1 yB/llzJmg8TV6YttPgJUP9O7MgBqouDCqvMRbodl84V6xihOSUrO7+GPe QM4XhNQXes5inBwkg+BLjm9rkKu1SIPVEyKuEx8BwbBfFd55BIKU7GDoW Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10562"; a="318819927" X-IronPort-AV: E=Sophos;i="5.96,248,1665471600"; d="scan'208";a="318819927" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Dec 2022 10:54:05 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10562"; a="738260653" X-IronPort-AV: E=Sophos;i="5.96,248,1665471600"; d="scan'208";a="738260653" Received: from mayurarx-mobl.amr.corp.intel.com (HELO rsridh2-mobl1.localdomain) ([10.254.35.200]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Dec 2022 10:54:05 -0800 From: Ranjani Sridharan To: alsa-devel@alsa-project.org Subject: [PATCH 2/3] ASoC: SOF: pm: Always tear down pipelines before DSP suspend Date: Thu, 15 Dec 2022 10:53:46 -0800 Message-Id: <20221215185347.1457541-3-ranjani.sridharan@linux.intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221215185347.1457541-1-ranjani.sridharan@linux.intel.com> References: <20221215185347.1457541-1-ranjani.sridharan@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: tiwai@suse.de, =?UTF-8?q?P=C3=A9ter=20Ujfalusi?= , Ranjani Sridharan , Pierre-Louis Bossart , broonie@kernel.org, Curtis Malainey , Bard Liao Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" When the DSP is suspended while the firmware is in the crashed state, we skip tearing down the pipelines. This means that the widget reference counts will not get to reset to 0 before suspend. This will lead to errors with resuming audio after system resume. To fix this, invoke the tear_down_all_pipelines op before skipping to DSP suspend. Signed-off-by: Ranjani Sridharan Reviewed-by: Curtis Malainey Reviewed-by: Pierre-Louis Bossart Reviewed-by: Bard Liao Reviewed-by: Péter Ujfalusi --- sound/soc/sof/pm.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sound/soc/sof/pm.c b/sound/soc/sof/pm.c index 5f88c4a01fa3..f153881db189 100644 --- a/sound/soc/sof/pm.c +++ b/sound/soc/sof/pm.c @@ -192,6 +192,9 @@ static int sof_suspend(struct device *dev, bool runtime_suspend) if (runtime_suspend && !sof_ops(sdev)->runtime_suspend) return 0; + if (tplg_ops && tplg_ops->tear_down_all_pipelines) + tplg_ops->tear_down_all_pipelines(sdev, false); + if (sdev->fw_state != SOF_FW_BOOT_COMPLETE) goto suspend; -- 2.25.1