Skip to content

Commit

Permalink
ASoC: Remove unnecessary structure definitions
Browse files Browse the repository at this point in the history
This patch removes some legacy structure definitions which are not using
in current ASoC drivers.

Signed-off-by: Seungwhan Youn <sw.youn@samsung.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Seungwhan Youn authored and Mark Brown committed Dec 9, 2010
1 parent fb67afd commit 05d209a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/sound/soc.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,8 @@ enum snd_soc_bias_level {

struct snd_jack;
struct snd_soc_card;
struct snd_soc_device;
struct snd_soc_pcm_stream;
struct snd_soc_ops;
struct snd_soc_dai_mode;
struct snd_soc_pcm_runtime;
struct snd_soc_dai;
struct snd_soc_dai_driver;
Expand All @@ -235,7 +233,6 @@ struct snd_soc_platform_driver;
struct snd_soc_codec;
struct snd_soc_codec_driver;
struct soc_enum;
struct snd_soc_ac97_ops;
struct snd_soc_jack;
struct snd_soc_jack_pin;
struct snd_soc_cache_ops;
Expand Down

0 comments on commit 05d209a

Please sign in to comment.