Jean Delvare 18166c1a50 PCI: Run k8t_sound_hostbridge quirk only when needed
The k8t_sound_hostbridge PCI quick fires on my motherboard (Jetway
K8M8MS) while it shouldn't: the on-board sound chip is not disabled
and is working just fine. Looking at the code, I see that we are
running the quirk for two distinct register values (0x88 and 0xc8)
and then clear bit 6 (0x40). However value 0x88 already has bit 6
cleared so this is a no-op. This is what happens on my board. Thus I
believe that the quirk should only be run for register value 0xc8.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-08-22 14:48:41 -07:00
..
2005-10-18 08:26:15 -07:00
2006-12-04 02:00:22 -05:00
2006-12-01 14:36:56 -08:00
2007-07-29 16:53:59 -07:00
2007-07-16 09:05:45 -07:00
2007-07-16 09:05:45 -07:00
2006-09-26 17:43:54 -07:00
2007-07-16 09:05:41 -07:00