commit | 318ee162c882526685be4f44d7b519cdcc45cbfe | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Tue Aug 27 15:50:57 2013 +0200 |
committer | Mark Brown <broonie@linaro.org> | Tue Aug 27 15:36:27 2013 +0100 |
tree | b23292803c0c38cf5ef7a651e4f47486551ebf8b | |
parent | e94a093c1c7a1b06fa574c99f69ed594e0c52ff2 [diff] |
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 <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>