From: Lars-Peter Clausen Date: Tue, 27 Aug 2013 13:50:57 +0000 (+0200) Subject: ASoC: wm8904: Remove unnecessary call to snd_soc_dapm_new_widgets() X-Git-Tag: v3.12-rc1~150^2~3^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=318ee162c882526685be4f44d7b519cdcc45cbfe;p=pandora-kernel.git ASoC: wm8904: Remove unnecessary call to snd_soc_dapm_new_widgets() The core will call snd_soc_dapm_new_widgets() once all components of the card have been initialized, so there is no need to do this manually in the driver. Calling it earlier also might result in a partially instantiated system being powered up which cause undesired side effects. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed