aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2012-09-03 04:34:26 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-09-05 20:09:42 -0400
commit85da89f562579b001831b71d49946bfa0a93529d (patch)
tree0b2eec7452c509bf51aff9f43cb0748783fa1da5 /include/sound
parent03f67433758a3eeb37b9c1559886c377da874ad2 (diff)
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>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/soc-dapm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h
index abe373d57adc..0a1553748d65 100644
--- a/include/sound/soc-dapm.h
+++ b/include/sound/soc-dapm.h
@@ -510,7 +510,6 @@ struct snd_soc_dapm_widget {
510 /* dapm control */ 510 /* dapm control */
511 int reg; /* negative reg = no direct dapm */ 511 int reg; /* negative reg = no direct dapm */
512 unsigned char shift; /* bits to shift */ 512 unsigned char shift; /* bits to shift */
513 unsigned int saved_value; /* widget saved value */
514 unsigned int value; /* widget current value */ 513 unsigned int value; /* widget current value */
515 unsigned int mask; /* non-shifted mask */ 514 unsigned int mask; /* non-shifted mask */
516 unsigned int on_val; /* on state value */ 515 unsigned int on_val; /* on state value */