[alsa-devel] [PATCH] 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 --- include/sound/soc-dapm.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index abe373d..0a15537 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h @@ -510,7 +510,6 @@ struct snd_soc_dapm_widget { /* dapm control */ int reg; /* negative reg = no direct dapm */ unsigned char shift; /* bits to shift */ - unsigned int saved_value; /* widget saved value */ unsigned int value; /* widget current value */ unsigned int mask; /* non-shifted mask */ unsigned int on_val; /* on state value */
On Mon, Sep 03, 2012 at 10:34:26AM +0200, Lars-Peter Clausen wrote:
The only user was removed over two years ago in commit a6c65736 ("ASoC: Remove current PGA control handling").
Applied, thanks.
participants (2)
-
Lars-Peter Clausen
-
Mark Brown