From fa6dc653325ce5b774d8aa6173865d7ba3abc53b Mon Sep 17 00:00:00 2001 From: asmodai Date: Thu, 15 Nov 2001 18:51:08 +0000 Subject: Remove clkrun_hack for ThinkPad 570. PR: 28031 Submitted by: Tan Koan-Sin MFC after: 2 weeks --- sys/dev/sound/pci/csa.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev/sound/pci/csa.c') diff --git a/sys/dev/sound/pci/csa.c b/sys/dev/sound/pci/csa.c index 3a026cb..58704b9 100644 --- a/sys/dev/sound/pci/csa.c +++ b/sys/dev/sound/pci/csa.c @@ -157,8 +157,7 @@ static struct csa_card cards_4614[] = { {0x1071, 0x6003, "Mitac MI6020/21", amp_voyetra, NULL, NULL, 0}, {0x14AF, 0x0050, "Hercules Game Theatre XP", NULL, NULL, NULL, 0}, {0x1681, 0x0050, "Hercules Game Theatre XP", NULL, NULL, NULL, 0}, - /* Not sure if the 570 needs the clkrun hack */ - {0x1014, 0x0132, "Thinkpad 570", amp_none, NULL, clkrun_hack, 0}, + {0x1014, 0x0132, "Thinkpad 570", amp_none, NULL, NULL, 0}, {0x1014, 0x0153, "Thinkpad 600X/A20/T20", amp_none, NULL, clkrun_hack, 0}, {0x1014, 0x1010, "Thinkpad 600E (unsupported)", NULL, NULL, NULL, 0}, {0, 0, "Unknown/invalid SSID (CS4614)", NULL, NULL, NULL, 0}, -- cgit v1.1