Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Oct 2018 22:49:52 +0000 (UTC)
From:      Tai-hwa Liang <avatar@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r339296 - stable/11/sys/dev/sound/pci
Message-ID:  <201810102249.w9AMnqWl030789@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avatar
Date: Wed Oct 10 22:49:52 2018
New Revision: 339296
URL: https://svnweb.freebsd.org/changeset/base/339296

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

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

Modified: stable/11/sys/dev/sound/pci/csa.c
==============================================================================
--- stable/11/sys/dev/sound/pci/csa.c	Wed Oct 10 22:45:08 2018	(r339295)
+++ stable/11/sys/dev/sound/pci/csa.c	Wed Oct 10 22:49:52 2018	(r339296)
@@ -167,6 +167,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},
 };
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810102249.w9AMnqWl030789>