ALSA: hda - Add reboot notifier
authorTakashi Iwai <tiwai@suse.de>
Wed, 29 Oct 2008 15:18:25 +0000 (16:18 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 29 Oct 2008 15:21:16 +0000 (16:21 +0100)
The current snd-hda-intel driver seems blocking the power-off on some
devices like eeepc.  Although this is likely a BIOS problem, we can add
a workaround by disabling IRQ lines before power-off operation.
This patch adds the reboot notifier to achieve it.

The detailed problem description is found in bug#11889:
    http://bugme.linux-foundation.org/show_bug.cgi?id=11889

Tested-by: Luiz Fernando N. Capitulino <lcapitulino@mandriva.com.br>
Cc: stable@kernel.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found