9 Aug
2012
9 Aug
'12
4:26 p.m.
On Thu, Aug 09, 2012 at 03:10:37PM +0200, Takashi Iwai wrote:
This is a preliminary work for the deferred probing for request_firmware() errors at init.
This patch moves the call of request_firmware() to hda_intel.c, and call it in the earlier stage of probing rather than azx_probe_continue().
Signed-off-by: Takashi Iwai tiwai@suse.de
sound/pci/hda/hda_codec.h | 2 +- sound/pci/hda/hda_hwdep.c | 39 +++++++++++++-------------------------- sound/pci/hda/hda_intel.c | 29 ++++++++++++++++++++++++----- 3 files changed, 38 insertions(+), 32 deletions(-)
Tested-by: Thierry Reding thierry.reding@avionic-design.de