ASoC: ttc-dkb: Remove unnecessary snd_soc_dapm_disable_pin() calls
authorLars-Peter Clausen <lars@metafoo.de>
Fri, 9 Jan 2015 20:28:21 +0000 (21:28 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 9 Jan 2015 20:30:58 +0000 (20:30 +0000)
commit3c066c642aba407819cf83413025705c6e2a68f9
treed9797a35840ae9c14a9f8879847d924e398be86e
parent7e0fc116c41f0ca93c4d3de6d26c223c92182857
ASoC: ttc-dkb: Remove unnecessary snd_soc_dapm_disable_pin() calls

The "Headset Mic 2" and the "Headset Stereophone" widget are managed by the
jack detection logic. Their will be set depending on whether something is
connected to the jack or not. There is no need to manually change the state
beforehand as it will be overwritten anyway.

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