diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2011-10-10 08:34:08 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-10 11:18:10 -0400 |
commit | cb4248779d317eb5a0f554b298134689c395c4fd (patch) | |
tree | be884463fe2b096c5753d6de0cf47d5ceee7c83b /sound/soc/omap/sdp3430.c | |
parent | 03b5362d2fef02cabbbb440d861d27e40ed3a929 (diff) |
ASoC: OMAP machines: Remove soc_dapm_sync() call from init
No need to call soc_dapm_sync at init time.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Cc: Anuj Aggarwal <anuj.aggarwal@ti.com>
Cc: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Cc: Jarkko Nikula <jarkko.nikula@bitmer.com>
Cc: GraÅžvydas Ignotas <notasas@gmail.com>
Cc: Misael Lopez Cruz <misael.lopez@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/omap/sdp3430.c')
-rw-r--r-- | sound/soc/omap/sdp3430.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/omap/sdp3430.c b/sound/soc/omap/sdp3430.c index 269aded8a6be..85e2e9183e21 100644 --- a/sound/soc/omap/sdp3430.c +++ b/sound/soc/omap/sdp3430.c | |||
@@ -159,10 +159,6 @@ static int sdp3430_twl4030_init(struct snd_soc_pcm_runtime *rtd) | |||
159 | snd_soc_dapm_nc_pin(dapm, "CARKITL"); | 159 | snd_soc_dapm_nc_pin(dapm, "CARKITL"); |
160 | snd_soc_dapm_nc_pin(dapm, "CARKITR"); | 160 | snd_soc_dapm_nc_pin(dapm, "CARKITR"); |
161 | 161 | ||
162 | ret = snd_soc_dapm_sync(dapm); | ||
163 | if (ret) | ||
164 | return ret; | ||
165 | |||
166 | /* Headset jack detection */ | 162 | /* Headset jack detection */ |
167 | ret = snd_soc_jack_new(codec, "Headset Jack", | 163 | ret = snd_soc_jack_new(codec, "Headset Jack", |
168 | SND_JACK_HEADSET, &hs_jack); | 164 | SND_JACK_HEADSET, &hs_jack); |