From 2078f38c8008f5c54d9523ae19af32b9a0c5530e Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 20 Apr 2007 12:30:28 +0200 Subject: [PATCH] [ALSA] intel8x0 - Fix Oops in crash kernel When intel8x0 driver is loaded in the crash kernel, it gets Oops occasionally. This is because the irq handler gets called before the proper hardware initialization. Now defer it after snd_intel8x0_chip_init(). (reference: http://lkml.org/lkml/2007/3/5/252) Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- Reading git-format-patch failed