svn commit: r339295 - stable/9/sys/dev/sound/pci

Tai-hwa Liang avatar at FreeBSD.org
Wed Oct 10 22:45:09 UTC 2018


Author: avatar
Date: Wed Oct 10 22:45:08 2018
New Revision: 339295
URL: https://svnweb.freebsd.org/changeset/base/339295

Log:
  MFC r338200: Adding device ID for Terratec SiXPack 5.1+.

Modified:
  stable/9/sys/dev/sound/pci/csa.c
Directory Properties:
  stable/9/   (props changed)
  stable/9/sys/   (props changed)

Modified: stable/9/sys/dev/sound/pci/csa.c
==============================================================================
--- stable/9/sys/dev/sound/pci/csa.c	Wed Oct 10 22:29:06 2018	(r339294)
+++ stable/9/sys/dev/sound/pci/csa.c	Wed Oct 10 22:45:08 2018	(r339295)
@@ -168,6 +168,7 @@ static struct csa_card cards_4614[] = {
 	{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},
+	{0x153b, 0x1136, "Terratec SiXPack 5.1+", NULL, NULL, NULL, 0},
 	{0, 0, "Unknown/invalid SSID (CS4614)", NULL, NULL, NULL, 0},
 };
 


More information about the svn-src-all mailing list