From owner-svn-src-stable@freebsd.org Wed Oct 10 22:51:45 2018 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC76E10BF3A4; Wed, 10 Oct 2018 22:51:45 +0000 (UTC) (envelope-from avatar@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 91EEA75BA7; Wed, 10 Oct 2018 22:51:45 +0000 (UTC) (envelope-from avatar@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8CD472760A; Wed, 10 Oct 2018 22:51:45 +0000 (UTC) (envelope-from avatar@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9AMpjBR032347; Wed, 10 Oct 2018 22:51:45 GMT (envelope-from avatar@FreeBSD.org) Received: (from avatar@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9AMpjfm032346; Wed, 10 Oct 2018 22:51:45 GMT (envelope-from avatar@FreeBSD.org) Message-Id: <201810102251.w9AMpjfm032346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: avatar set sender to avatar@FreeBSD.org using -f From: Tai-hwa Liang Date: Wed, 10 Oct 2018 22:51:45 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r339297 - stable/10/sys/dev/sound/pci X-SVN-Group: stable-10 X-SVN-Commit-Author: avatar X-SVN-Commit-Paths: stable/10/sys/dev/sound/pci X-SVN-Commit-Revision: 339297 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2018 22:51:46 -0000 Author: avatar Date: Wed Oct 10 22:51:45 2018 New Revision: 339297 URL: https://svnweb.freebsd.org/changeset/base/339297 Log: MFC r338200: Adding device ID for Terratec SiXPack 5.1+. Modified: stable/10/sys/dev/sound/pci/csa.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/dev/sound/pci/csa.c ============================================================================== --- stable/10/sys/dev/sound/pci/csa.c Wed Oct 10 22:49:52 2018 (r339296) +++ stable/10/sys/dev/sound/pci/csa.c Wed Oct 10 22:51:45 2018 (r339297) @@ -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}, };