ASoC: rt5682: cancel jack_detect_work if hs_jack is set to null
authorBard liao <yung-chuan.liao@linux.intel.com>
Mon, 11 Nov 2019 22:21:52 +0000 (16:21 -0600)
committerMark Brown <broonie@kernel.org>
Tue, 12 Nov 2019 12:08:10 +0000 (12:08 +0000)
commit24de63562b9da9fb3145329abb226ab623e6af19
tree37426a73e96f6f8481bc06a2fb6438d69ef664ef
parente7cfd867fd9842f346688f28412eb83dec342900
ASoC: rt5682: cancel jack_detect_work if hs_jack is set to null

jack_detect_work will be triggered by rt5682_irq. We should cancel
it if hs_jack is set to null.

Signed-off-by: Bard liao <yung-chuan.liao@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20191111222152.19723-1-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt5682.c