ASoC: pxa: Remove redundant snd_soc_dapm_sync() calls from machine drivers
[firefly-linux-kernel-4.4.55.git] / sound / soc / pxa / spitz.c
index ce920e3cfea1ff58e825236da133250831239a25..c2d6ff9b1588a63c7faed4477e944b5948da51d7 100644 (file)
@@ -301,7 +301,6 @@ static int spitz_wm8750_init(struct snd_soc_pcm_runtime *rtd)
        /* Set up spitz specific audio paths */
        snd_soc_dapm_add_routes(dapm, audio_map, ARRAY_SIZE(audio_map));
 
-       snd_soc_dapm_sync(dapm);
        return 0;
 }