aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc.h
diff options
context:
space:
mode:
authorSeungwhan Youn <sw.youn@samsung.com>2010-12-09 13:17:39 +0900
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-12-09 11:27:57 +0000
commit05d209ad3b66efbb0925f01f1b3369fcbf31c86f (patch)
treecedc1d506c1b8f086285fc20270aa57c52ccb817 /include/sound/soc.h
parentfb67afda49220426af3ca570187faa910403e49a (diff)
downloadkernel_samsung_smdk4412-05d209ad3b66efbb0925f01f1b3369fcbf31c86f.zip
kernel_samsung_smdk4412-05d209ad3b66efbb0925f01f1b3369fcbf31c86f.tar.gz
kernel_samsung_smdk4412-05d209ad3b66efbb0925f01f1b3369fcbf31c86f.tar.bz2
ASoC: Remove unnecessary structure definitions
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>
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r--include/sound/soc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 0a962dc..7e65b01 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -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;
@@ -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;