summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/csa.c
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-11-15 18:51:08 +0000
committerasmodai <asmodai@FreeBSD.org>2001-11-15 18:51:08 +0000
commitfa6dc653325ce5b774d8aa6173865d7ba3abc53b (patch)
tree83807680c8f1d35d09c040f2932d9813896d33d5 /sys/dev/sound/pci/csa.c
parente189eb8c72b1b31f4adb945631c5ab910d63931f (diff)
downloadFreeBSD-src-fa6dc653325ce5b774d8aa6173865d7ba3abc53b.zip
FreeBSD-src-fa6dc653325ce5b774d8aa6173865d7ba3abc53b.tar.gz
Remove clkrun_hack for ThinkPad 570.
PR: 28031 Submitted by: Tan Koan-Sin <freedom@csie.nctu.edu.tw> MFC after: 2 weeks
Diffstat (limited to 'sys/dev/sound/pci/csa.c')
-rw-r--r--sys/dev/sound/pci/csa.c3
1 files changed, 1 insertions, 2 deletions
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},
OpenPOWER on IntegriCloud