commit | 2078f38c8008f5c54d9523ae19af32b9a0c5530e | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Apr 20 12:30:28 2007 +0200 |
committer | Jaroslav Kysela <perex@suse.cz> | Fri May 11 16:56:08 2007 +0200 |
tree | 6165183730bea3d3b80800e966547a4af3fcbba9 | |
parent | c9758b2182bdcccce31e1be474bfcd75b69cff0c [diff] |
[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 <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>