From: Takashi Iwai Date: Fri, 20 Apr 2007 10:30:28 +0000 (+0200) Subject: [ALSA] intel8x0 - Fix Oops in crash kernel X-Git-Tag: v2.6.22-rc1~22^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2078f38c8008f5c54d9523ae19af32b9a0c5530e;p=pandora-kernel.git [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-diff-tree failed