]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Fix complete_all() timing in deferred probes
authorTakashi Iwai <tiwai@suse.de>
Mon, 2 Dec 2013 10:12:28 +0000 (11:12 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 2 Dec 2013 12:23:40 +0000 (13:23 +0100)
commitc42c1748070b33799f5077e246e54c913d127d2a
treedbc30951524af2e66e8aef7c0e7c0d92113f33b6
parent9657b6325db4ea1bb72bc1c2656cee62ed654591
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 <tiwai@suse.de>
sound/pci/hda/hda_intel.c