[alsa-devel] [PATCH] 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 --- include/sound/soc.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/include/sound/soc.h b/include/sound/soc.h index 5c3bce8..6458c71 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;
On Thu, 2010-12-09 at 13:17 +0900, Seungwhan Youn wrote:
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
On Thu, Dec 09, 2010 at 01:17:39PM +0900, Seungwhan Youn wrote:
This patch removes some legacy structure definitions which are not using in current ASoC drivers.
Signed-off-by: Seungwhan Youn sw.youn@samsung.com
Applied, thanks.
participants (3)
-
Liam Girdwood
-
Mark Brown
-
Seungwhan Youn