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)
commit346ca04d050ac48ceb8e4a6b1c76c2d7fd5d1a6a
treee25eb9141a7b859393417bf0dc157732bc89c57f
parent651472fbff71df39d3d734de31bca6e5412a688b
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