[PATCH] HDA: Fix sound resume hang

2012-12-18 Thread Daniel J Blueman
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 --- sound/pci/hda/hda_intel.c |4 ++-- 1 file changed, 2 insertions(+), 2

Re: [PATCH] HDA: Fix sound resume hang

2012-12-18 Thread Takashi Iwai
At Tue, 18 Dec 2012 23:59:33 +0800, Daniel J Blueman wrote: > > 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 Oops,