ASoC: dont call dapm_sync while reporting jack always
authorVinod Koul <vinod.koul@intel.com>
Mon, 21 Oct 2013 13:37:34 +0000 (19:07 +0530)
committerMark Brown <broonie@linaro.org>
Tue, 22 Oct 2013 08:29:02 +0000 (09:29 +0100)
While reporting the jack status snd_soc_jack_report() invokes snd_soc_dapm_sync()
always. This should be required when we have pins associated with jack and
reporting enables or disables these.
So add a check for this case

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found