]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: re-enable onboard sound on "MSI K8T Neo2-FIR"
authorJohannes Goecke <goecke@upb.de>
Mon, 10 Sep 2007 08:46:52 +0000 (10:46 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 12 Oct 2007 22:03:16 +0000 (15:03 -0700)
commit5848d03caaac2408e5f0b6d2c6aa6a2714da436c
treee25eb9141a7b859393417bf0dc157732bc89c57f
parent21108dffcf2ae4b248d10a3ca950077c4304245f
PCI: re-enable onboard sound on "MSI K8T Neo2-FIR"

On the "MSI K8T Neo2-FIR" board the BIOS disables the onboard
soundcard, if a second PCI soundcard is present.

This patch sets the korrect register bit to enable the onboard sound.

Removed old code in /drivers/pci/quirks.c that only checks for the
PCI-ID and fires on any Board with VIA 8237.

New code in /arch/i386/pci/fixup.c checks the DMI-tables and only runs
on the specific board.

Signed-off-by: Johannes Goecke <goecke@upb.de>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86/pci/fixup.c
drivers/pci/quirks.c