]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: x86: Fix possible stale interrupt calls
authorTakashi Iwai <tiwai@suse.de>
Mon, 30 Jan 2017 16:40:04 +0000 (17:40 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Feb 2017 16:23:37 +0000 (17:23 +0100)
commit033e925f68c92d058f2be67f941804e7e4f06f7c
treead7207e50d1cf63bbdad220cb27c3665ecebe04d
parent437af8f2946231ee141bc2a8d37063a8bb6047b0
ALSA: x86: Fix possible stale interrupt calls

Registering the irq handler at the too early place may cause a system
stall because the irq handler may be triggered before the other
initializations.  Move the irq handler registration to the later point.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/x86/intel_hdmi_lpe_audio.c