ALSA: hda - Fix pending unsol events at shutdown
authorTakashi Iwai <tiwai@suse.de>
Mon, 28 Oct 2019 10:58:03 +0000 (11:58 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 28 Oct 2019 11:44:28 +0000 (12:44 +0100)
commitca58f55108fee41d87c9123f85ad4863e5de7f45
treebd838da18fb4139bdf8545613d12eb75733c70be
parente2e556a9549eebde9797a04729efdfc54f37e5cc
ALSA: hda - Fix pending unsol events at shutdown

This is an alternative fix attemp for the issue reported in the commit
caa8422d01e9 ("ALSA: hda: Flush interrupts on disabling") that was
reverted later due to regressions.  Instead of tweaking the hardware
disablement order and the enforced irq flushing, do calling
cancel_work_sync() of the unsol work early enough, and explicitly
ignore the unsol events during the shutdown by checking the
bus->shutdown flag.

Fixes: caa8422d01e9 ("ALSA: hda: Flush interrupts on disabling")
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://lore.kernel.org/r/s5h1ruxt9cz.wl-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_bind.c
sound/pci/hda/hda_intel.c