提交 e383c467 编写于 作者: L Lars-Peter Clausen 提交者: Mark Brown

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: NLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 5acd7dfb
...@@ -1086,7 +1086,6 @@ struct soc_enum { ...@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册