]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: HDA: Fix sound resume hang
authorDaniel J Blueman <daniel@quora.org>
Tue, 18 Dec 2012 15:59:33 +0000 (23:59 +0800)
committerTakashi Iwai <tiwai@suse.de>
Tue, 18 Dec 2012 16:07:11 +0000 (17:07 +0100)
commit3dc530ee43d57530830a1ddacdd7e8c63ce0236d
tree2f1cc1b4c60974e767213f23ab73e07ba1389632
parentad4264a3fb685c28046ebfc11c616976a6e9e97b
ALSA: HDA: Fix sound resume hang

Resuming a switcheroo'd HDA controller hangs since the completion
is one-shot (thus works the first time). Fix by using completions
that explictly need rearming, so remain fired before.

Signed-off-by: Daniel J Blueman <daniel@quora.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c