From: Lars-Peter Clausen Date: Mon, 29 Jul 2013 15:13:59 +0000 (+0200) Subject: ASoC: dapm: Move 'value' field from widget to control X-Git-Tag: v3.12-rc1~150^2~9^2~45^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf7c1de20c576477d42deae255cbc6e439bb5dc0;p=pandora-kernel.git ASoC: dapm: Move 'value' field from widget to control The 'value' field is really per control and not per widget. Currently it is only used for virtual MUXes, which only have one control per widget. So in that case there is not so much of a difference between whether it is stored per widget or per control. Moving the 'value' field from the widget to the control will allow us to use it also for cases where we have more than one control per widget. E.g. for mixers with multiple input controls. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed