]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commit0cbf00980f0fc4cc064a15ab3dfce19b5fae9130
tree83c3f27327a605f9c8d07fdf3579ee9f68b8ba96
parentc1e99bd9d6a0c82f4fa9078ed1f570e57b2f3944
ALSA: hda - Add reboot notifier

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>
sound/pci/hda/hda_intel.c