projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb67afd
)
ASoC: Remove unnecessary structure definitions
author
Seungwhan Youn
<
[email protected]
>
Thu, 9 Dec 2010 04:17:39 +0000
(13:17 +0900)
committer
Mark Brown
<
[email protected]
>
Thu, 9 Dec 2010 11:27:57 +0000
(11:27 +0000)
This patch removes some legacy structure definitions which are not using
in current ASoC drivers.
Signed-off-by: Seungwhan Youn <
[email protected]
>
Acked-by: Liam Girdwood <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
include/sound/soc.h
patch
|
blob
|
history
diff --git
a/include/sound/soc.h
b/include/sound/soc.h
index 0a962dc42c5b2c8fc3c2456ccf3bbed71091eb7d..7e65b015f8dd37f3c323e2b65b72a7ab4fa5876a 100644
(file)
--- 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;