ALSA: hda - Deferred probing with request_firmware_nowait()
authorTakashi Iwai <tiwai@suse.de>
Thu, 9 Aug 2012 11:49:23 +0000 (13:49 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 9 Aug 2012 14:28:51 +0000 (16:28 +0200)
commit5cb543dba9867588786f87af2e64fca371b69283
treec8986219ff6f502e99d16c369ae903f97d73c634
parent4918cdab497d693f4de288a576fb22e8ff9df21e
ALSA: hda - Deferred probing with request_firmware_nowait()

For processing the firmware handling properly for built-in kernels,
implement an asynchronous firmware loading with
request_firmware_nowait().  This means that the codec probing is
deferred when the patch option is specified.

Tested-by: Thierry Reding <thierry.reding@avionic-design.de>
Reviewed-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_codec.c
sound/pci/hda/hda_intel.c