Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e383c467 authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by Mark Brown
Browse files

ASoC: core: Drop unused "dapm" field form soc_enum struct



This field was added in commit 2e72f8e3 ("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: default avatarLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 5acd7dfb
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -1086,7 +1086,6 @@ struct soc_enum {
	unsigned int mask;
	unsigned int mask;
	const char * const *texts;
	const char * const *texts;
	const unsigned int *values;
	const unsigned int *values;
	void *dapm;
};
};


/* codec IO */
/* codec IO */