diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2013-03-08 07:44:26 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-03-08 07:45:05 -0500 |
commit | e383c467ceeee3b040444d6dcd27f331d72b1426 (patch) | |
tree | e7b32520dace4b9b44ee17c5c133eea03445f53c /include/sound | |
parent | 5acd7dfbd7851446fb1d2c947661d365e4c635a0 (diff) |
ASoC: core: Drop unused "dapm" field form soc_enum struct
This field was added in commit 2e72f8e ("ASoC: New enum type: value_enum"), but
has never been used since. Considering that the soc_enum struct is usually
shared between all instances of a CODEC, it also doesn't make much sense to have
a pointer to DAPM specific data in it.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index a6a059ca3874..c84062b22221 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -1086,7 +1086,6 @@ struct soc_enum { | |||
1086 | unsigned int mask; | 1086 | unsigned int mask; |
1087 | const char * const *texts; | 1087 | const char * const *texts; |
1088 | const unsigned int *values; | 1088 | const unsigned int *values; |
1089 | void *dapm; | ||
1090 | }; | 1089 | }; |
1091 | 1090 | ||
1092 | /* codec IO */ | 1091 | /* codec IO */ |