Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Kuninori Morimoto and committed by
Mark Brown
321f9db5 f4358f17

-7
-7
include/sound/soc.h
··· 394 394 #define SOC_ENUM_SINGLE_VIRT_DECL(name, xtexts) \ 395 395 const struct soc_enum name = SOC_ENUM_SINGLE_VIRT(ARRAY_SIZE(xtexts), xtexts) 396 396 397 - struct snd_jack; 398 397 struct snd_soc_card; 399 - struct snd_soc_pcm_stream; 400 - struct snd_soc_ops; 401 398 struct snd_soc_pcm_runtime; 402 399 struct snd_soc_dai; 403 400 struct snd_soc_dai_driver; 404 401 struct snd_soc_dai_link; 405 402 struct snd_soc_component; 406 403 struct snd_soc_component_driver; 407 - struct soc_enum; 408 404 struct snd_soc_jack; 409 - struct snd_soc_jack_zone; 410 405 struct snd_soc_jack_pin; 411 406 412 407 #include <sound/soc-dapm.h> 413 408 #include <sound/soc-dpcm.h> 414 409 #include <sound/soc-topology.h> 415 - 416 - struct snd_soc_jack_gpio; 417 410 418 411 enum snd_soc_pcm_subclass { 419 412 SND_SOC_PCM_CLASS_PCM = 0,