ASoC: Remove needless snd_soc_dapm_sync() from machine driver inits
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Mon, 19 May 2014 13:17:26 +0000 (16:17 +0300)
committerMark Brown <broonie@linaro.org>
Mon, 19 May 2014 16:19:18 +0000 (17:19 +0100)
ALSA SoC core takes care of calling snd_soc_dapm_sync() at the end
snd_soc_instantiate_card() so there is no need to call it from machine
driver init functions.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found