From: Johannes Goecke Date: Mon, 10 Sep 2007 08:46:52 +0000 (+0200) Subject: PCI: re-enable onboard sound on "MSI K8T Neo2-FIR" X-Git-Tag: v2.6.24-rc1~1393^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=346ca04d050ac48ceb8e4a6b1c76c2d7fd5d1a6a;p=pandora-kernel.git 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 Acked-by: Jean Delvare Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed