Skip to content

Commit

Permalink
ASoC: core: Drop unused "dapm" field form soc_enum struct
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lars-Peter Clausen authored and Mark Brown committed Mar 8, 2013
1 parent 5acd7df commit e383c46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/sound/soc.h
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,6 @@ struct soc_enum {
unsigned int mask;
const char * const *texts;
const unsigned int *values;
void *dapm;
};

/* codec IO */
Expand Down

0 comments on commit e383c46

Please sign in to comment.