]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita36aa3a9e5a05c34176461989154e05276918f3b
treec8986219ff6f502e99d16c369ae903f97d73c634
parentdcf0823e2ef52d9c9fe0709a1556e044e3cdc532
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