Skip to content

Commit 321f9db

Browse files
morimotobroonie
authored andcommitted
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>
1 parent f4358f1 commit 321f9db

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

include/sound/soc.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -394,27 +394,20 @@ struct platform_device;
394394
#define SOC_ENUM_SINGLE_VIRT_DECL(name, xtexts) \
395395
const struct soc_enum name = SOC_ENUM_SINGLE_VIRT(ARRAY_SIZE(xtexts), xtexts)
396396

397-
struct snd_jack;
398397
struct snd_soc_card;
399-
struct snd_soc_pcm_stream;
400-
struct snd_soc_ops;
401398
struct snd_soc_pcm_runtime;
402399
struct snd_soc_dai;
403400
struct snd_soc_dai_driver;
404401
struct snd_soc_dai_link;
405402
struct snd_soc_component;
406403
struct snd_soc_component_driver;
407-
struct soc_enum;
408404
struct snd_soc_jack;
409-
struct snd_soc_jack_zone;
410405
struct snd_soc_jack_pin;
411406

412407
#include <sound/soc-dapm.h>
413408
#include <sound/soc-dpcm.h>
414409
#include <sound/soc-topology.h>
415410

416-
struct snd_soc_jack_gpio;
417-
418411
enum snd_soc_pcm_subclass {
419412
SND_SOC_PCM_CLASS_PCM = 0,
420413
SND_SOC_PCM_CLASS_BE = 1,

0 commit comments

Comments
 (0)