]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: max98090: Remove unnecessary snd_soc_dapm_sync()
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 14 May 2015 09:20:00 +0000 (11:20 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 18 May 2015 03:46:55 +0000 (04:46 +0100)
commit5b9a5a1d1076f9dbfe04553c39cbd12b7b04da66
tree56a2ca72069cfd032ad37650ff912e26e826fb9f
parent2f1d81b39280ffcc8afb4ed7780a15ed4fd701bc
ASoC: max98090: Remove unnecessary snd_soc_dapm_sync()

max98090_jack_work() doesn't modify the DAPM graph other than what's done
in snd_soc_jack_report(). snd_soc_jack_report() already calls
snd_soc_dapm_sync() internally, so there is no need to call it manually
and can be removed.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98090.c