[PATCH] ASoC: soc-dapm.h: fixup warning struct snd_pcm_substream not declared

From: Lucas Tanure
Date: Wed Feb 15 2023 - 04:47:21 EST


Add sound/pcm.h header to include struct snd_pcm_substream used in
snd_soc_dapm_update_dai function.

Fixes: 078a85f2806f ("ASoC: dapm: Only power up active channels from a DAI")
Signed-off-by: Lucas Tanure <lucas.tanure@xxxxxxxxxxxxx>
---
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 77495e5988c1..8fbb50a11d80 100644
--- a/include/sound/soc-dapm.h
+++ b/include/sound/soc-dapm.h
@@ -14,6 +14,7 @@
#include <sound/control.h>
#include <sound/soc-topology.h>
#include <sound/asoc.h>
+#include <sound/pcm.h>

struct device;
struct snd_soc_pcm_runtime;
--
2.39.1