From: Takashi Iwai Date: Mon, 2 Dec 2013 10:12:28 +0000 (+0100) Subject: ALSA: hda - Fix complete_all() timing in deferred probes X-Git-Tag: v3.13-rc3~12^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88d071fc9a93de2916822910c927f28ed15c3a56;p=pandora-kernel.git ALSA: hda - Fix complete_all() timing in deferred probes When the probe of snd-hda-intel driver is deferred due to f/w loading or the nested module loading, complete_all() should be also delayed until the initialization really finished. Otherwise, vga-switcheroo client would start switching before the actual init is done. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed