]> Pileus Git - ~andy/linux/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)
commit44728e97c35ef31d649dafbbada665e37176f5da
tree2f1cc1b4c60974e767213f23ab73e07ba1389632
parent6ffe168f822cf7f777987cddc00ade542fd73bf0
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