diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2025-05-09 00:36:42 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-05-09 11:01:39 +0900 |
commit | 321f9db5563e1a6c89546b19bd031269aa3f17b8 (patch) | |
tree | d0848d209e5333df8b64af601c6f70319af50d4e /include/sound | |
parent | f4358f17a62e7a42f72b02d8e8fbd6b760b69f01 (diff) |
ASoC: soc.h: remove unnecessary definitions
We don't need these definitions. Remove it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/87ldr6pqlh.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 5d7b98f1dd71..8d113ee8c2bc 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -394,27 +394,20 @@ struct platform_device; #define SOC_ENUM_SINGLE_VIRT_DECL(name, xtexts) \ const struct soc_enum name = SOC_ENUM_SINGLE_VIRT(ARRAY_SIZE(xtexts), xtexts) -struct snd_jack; struct snd_soc_card; -struct snd_soc_pcm_stream; -struct snd_soc_ops; struct snd_soc_pcm_runtime; struct snd_soc_dai; struct snd_soc_dai_driver; struct snd_soc_dai_link; struct snd_soc_component; struct snd_soc_component_driver; -struct soc_enum; struct snd_soc_jack; -struct snd_soc_jack_zone; struct snd_soc_jack_pin; #include <sound/soc-dapm.h> #include <sound/soc-dpcm.h> #include <sound/soc-topology.h> -struct snd_soc_jack_gpio; - enum snd_soc_pcm_subclass { SND_SOC_PCM_CLASS_PCM = 0, SND_SOC_PCM_CLASS_BE = 1, |