commit | 88d071fc9a93de2916822910c927f28ed15c3a56 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Dec 02 11:12:28 2013 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Dec 02 13:23:40 2013 +0100 |
tree | dbc30951524af2e66e8aef7c0e7c0d92113f33b6 | |
parent | 1cd9b2f78bf29d5282e02b32f9b3ecebc5842a7c [diff] |
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>