From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DB165BA49 for ; Tue, 7 Mar 2023 18:56:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 41303C433EF; Tue, 7 Mar 2023 18:56:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678215401; bh=ShLdE/4dbnsDhRpnFbbINmptL16Jv6alT+/S+1NKV3w=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=rXBswEtXXjjfxcw9qINYNJMhaFVoJ+fVANWAoloMut8SeUYm6fSnZBH8v1orfsa61 7kiW1ehLvYxSZ4FzmglhuK7zDhvY69eH8KNsMfDj3u6kMWOuvFDsnRXPjztfkHtLbC fbqSUpYpnpZcZSmY11AvXP3AU0Q2uZpQM6nqbBt0= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Lucas Tanure , Charles Keepax , AngeloGioacchino Del Regno , Mark Brown , Sasha Levin Subject: [PATCH 5.15 249/567] ASoC: soc-dapm.h: fixup warning struct snd_pcm_substream not declared Date: Tue, 7 Mar 2023 17:59:45 +0100 Message-Id: <20230307165916.763930446@linuxfoundation.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230307165905.838066027@linuxfoundation.org> References: <20230307165905.838066027@linuxfoundation.org> User-Agent: quilt/0.67 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Lucas Tanure [ Upstream commit fdff966bfde7cf0c85562d2bfb1ff1ba83da5f7b ] Add struct snd_pcm_substream forward declaration Fixes: 078a85f2806f ("ASoC: dapm: Only power up active channels from a DAI") Signed-off-by: Lucas Tanure Reviewed-by: Charles Keepax Reviewed-by: AngeloGioacchino Del Regno Link: https://lore.kernel.org/r/20230215132851.1626881-1-lucas.tanure@collabora.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- include/sound/soc-dapm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index c3039e97929a5..32e93d55acf73 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h @@ -16,6 +16,7 @@ #include struct device; +struct snd_pcm_substream; struct snd_soc_pcm_runtime; struct soc_enum; -- 2.39.2