]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ASoC: core: Remove dapm_sync call from soc_post_component_init
authorPeter Ujfalusi <peter.ujfalusi@nokia.com>
Tue, 18 Jan 2011 13:51:45 +0000 (15:51 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 18 Jan 2011 19:09:10 +0000 (19:09 +0000)
snd_soc_dapm_new_widgets will call dapm_power_widgets at
the end, so there is no need to call snd_soc_dapm_sync
after snd_soc_dapm_new_widgets.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
Reviewed-by: Jarkko Nikula <jhnikula@gmail.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-core.c

index 69117b686fdc5585ab0aef96ff243e7c493e2483..9e68984423b288345dee74fc7b1e4b2c3a818405 100644 (file)
@@ -1470,7 +1470,6 @@ static int soc_post_component_init(struct snd_soc_card *card,
 
        /* Make sure all DAPM widgets are instantiated */
        snd_soc_dapm_new_widgets(&codec->dapm);
-       snd_soc_dapm_sync(&codec->dapm);
 
        /* register the rtd device */
        rtd->codec = codec;