ASoC: pxa: Remove superfluous snd_soc_jack_free_gpios() call
authorTakashi Iwai <tiwai@suse.de>
Tue, 22 Aug 2017 11:59:49 +0000 (13:59 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 22 Aug 2017 12:38:57 +0000 (13:38 +0100)
commit7676b40606666547544998e5bc9e7f492fa2e13f
treeacf9eb9fd05aa564dc688479ba52ad0463a0142b
parent90c265c65a3216ea236ed8e81d0a8d6411c26e88
ASoC: pxa: Remove superfluous snd_soc_jack_free_gpios() call

Since jack gpios are managed via devres, we don't have to call
snd_jack_free_gpios() at release any longer.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/pxa/hx4700.c