浏览代码

ASoC: Remove unused 'saved_value' field from snd_soc_dapm_widget struct

The only user was removed over two years ago in commit a6c65736 ("ASoC: Remove
current PGA control handling").

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Lars-Peter Clausen 13 年之前
父节点
当前提交
85da89f562
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/sound/soc-dapm.h

+ 0 - 1
include/sound/soc-dapm.h

@@ -510,7 +510,6 @@ struct snd_soc_dapm_widget {
 	/* dapm control */
 	/* dapm control */
 	int reg;				/* negative reg = no direct dapm */
 	int reg;				/* negative reg = no direct dapm */
 	unsigned char shift;			/* bits to shift */
 	unsigned char shift;			/* bits to shift */
-	unsigned int saved_value;		/* widget saved value */
 	unsigned int value;				/* widget current value */
 	unsigned int value;				/* widget current value */
 	unsigned int mask;			/* non-shifted mask */
 	unsigned int mask;			/* non-shifted mask */
 	unsigned int on_val;			/* on state value */
 	unsigned int on_val;			/* on state value */