]> Git Repo - linux.git/commitdiff
ASoC: soc-dapm.h: fixup warning struct snd_pcm_substream not declared
authorLucas Tanure <[email protected]>
Wed, 15 Feb 2023 13:28:51 +0000 (13:28 +0000)
committerMark Brown <[email protected]>
Wed, 15 Feb 2023 16:08:52 +0000 (16:08 +0000)
Add struct snd_pcm_substream forward declaration

Fixes: 078a85f2806f ("ASoC: dapm: Only power up active channels from a DAI")
Signed-off-by: Lucas Tanure <[email protected]>
Reviewed-by: Charles Keepax <[email protected]>
Reviewed-by: AngeloGioacchino Del Regno <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
include/sound/soc-dapm.h

index 77495e5988c12b55a443fb2326bf8627b0280ba9..64915ebd641eecfc5a1e8248ee2afe7fc95cc248 100644 (file)
@@ -16,6 +16,7 @@
 #include <sound/asoc.h>
 
 struct device;
+struct snd_pcm_substream;
 struct snd_soc_pcm_runtime;
 struct soc_enum;
 
This page took 0.053029 seconds and 4 git commands to generate.