diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2014-05-19 09:17:26 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-05-19 12:19:18 -0400 |
commit | 831ffa45e7465e45ab2244da6bbed6bead47b6bc (patch) | |
tree | 612e4475b6e21a6d8e61e2caf971ba47a330f8db /sound/soc/pxa | |
parent | c9eaa447e77efe77b7fa4c953bd62de8297fd6c5 (diff) |
ASoC: Remove needless snd_soc_dapm_sync() from machine driver inits
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>
Diffstat (limited to 'sound/soc/pxa')
-rw-r--r-- | sound/soc/pxa/brownstone.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/pxa/brownstone.c b/sound/soc/pxa/brownstone.c index 08acdc236bf8..9c128d4c8cbf 100644 --- a/sound/soc/pxa/brownstone.c +++ b/sound/soc/pxa/brownstone.c | |||
@@ -70,8 +70,6 @@ static int brownstone_wm8994_init(struct snd_soc_pcm_runtime *rtd) | |||
70 | snd_soc_dapm_nc_pin(dapm, "IN2RP:VXRP"); | 70 | snd_soc_dapm_nc_pin(dapm, "IN2RP:VXRP"); |
71 | snd_soc_dapm_nc_pin(dapm, "IN2LN"); | 71 | snd_soc_dapm_nc_pin(dapm, "IN2LN"); |
72 | 72 | ||
73 | snd_soc_dapm_sync(dapm); | ||
74 | |||
75 | return 0; | 73 | return 0; |
76 | } | 74 | } |
77 | 75 | ||