9 Aug
2012
9 Aug
'12
4:25 p.m.
On Thu, Aug 09, 2012 at 04:10:55PM +0200, Takashi Iwai wrote:
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.
Signed-off-by: Takashi Iwai tiwai@suse.de
v1->v2: drop superfluous chip->probe_deferred field v2->v3: fix missing chip->fw; renamed the variable to "probe_now"
sound/pci/hda/hda_codec.c | 2 +- sound/pci/hda/hda_intel.c | 42 ++++++++++++++++++++++++++++++++++++++---- 2 files changed, 39 insertions(+), 5 deletions(-)
Tested-by: Thierry Reding thierry.reding@avionic-design.de
Thierry