diff options
| -rw-r--r-- | sound/soc/codecs/rt5640.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sound/soc/codecs/rt5640.c b/sound/soc/codecs/rt5640.c index a4a11407ab10..e8cdc166bdaa 100644 --- a/sound/soc/codecs/rt5640.c +++ b/sound/soc/codecs/rt5640.c @@ -2801,9 +2801,9 @@ static int rt5640_suspend(struct snd_soc_component *component)  	if (rt5640->jack) {  		/* disable jack interrupts during system suspend */  		disable_irq(rt5640->irq); +		rt5640_cancel_work(rt5640);  	} -	rt5640_cancel_work(rt5640);  	snd_soc_component_force_bias_level(component, SND_SOC_BIAS_OFF);  	rt5640_reset(component);  	regcache_cache_only(rt5640->regmap, true); | 
