svn commit: r345822 - stable/11/sys/dev/sound/pci/hda

Alexander Motin mav at FreeBSD.org
Wed Apr 3 01:31:00 UTC 2019


Author: mav
Date: Wed Apr  3 01:30:59 2019
New Revision: 345822
URL: https://svnweb.freebsd.org/changeset/base/345822

Log:
  MFC r345332: Tune chipset naming.

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

Modified: stable/11/sys/dev/sound/pci/hda/hdac.c
==============================================================================
--- stable/11/sys/dev/sound/pci/hda/hdac.c	Wed Apr  3 01:30:38 2019	(r345821)
+++ stable/11/sys/dev/sound/pci/hda/hdac.c	Wed Apr  3 01:30:59 2019	(r345822)
@@ -94,11 +94,11 @@ static const struct {
 	{ HDA_INTEL_LPTLP1,  "Intel Lynx Point-LP",	0, 0 },
 	{ HDA_INTEL_LPTLP2,  "Intel Lynx Point-LP",	0, 0 },
 	{ HDA_INTEL_SRPTLP,  "Intel Sunrise Point-LP",	0, 0 },
-	{ HDA_INTEL_KBLKLP,  "Intel Kabylake-LP",	0, 0 },
+	{ HDA_INTEL_KBLKLP,  "Intel Kaby Lake-LP",	0, 0 },
 	{ HDA_INTEL_SRPT,    "Intel Sunrise Point",	0, 0 },
-	{ HDA_INTEL_KBLK,    "Intel Kabylake",	0, 0 },
-	{ HDA_INTEL_KBLKH,   "Intel Kabylake-H",	0, 0 },
-	{ HDA_INTEL_CFLK,    "Intel Coffelake",	0, 0 },
+	{ HDA_INTEL_KBLK,    "Intel Kaby Lake",	0, 0 },
+	{ HDA_INTEL_KBLKH,   "Intel Kaby Lake-H",	0, 0 },
+	{ HDA_INTEL_CFLK,    "Intel Coffee Lake",	0, 0 },
 	{ HDA_INTEL_82801F,  "Intel 82801F",	0, 0 },
 	{ HDA_INTEL_63XXESB, "Intel 631x/632xESB",	0, 0 },
 	{ HDA_INTEL_82801G,  "Intel 82801G",	0, 0 },

Modified: stable/11/sys/dev/sound/pci/hda/hdacc.c
==============================================================================
--- stable/11/sys/dev/sound/pci/hda/hdacc.c	Wed Apr  3 01:30:38 2019	(r345821)
+++ stable/11/sys/dev/sound/pci/hda/hdacc.c	Wed Apr  3 01:30:59 2019	(r345822)
@@ -366,7 +366,7 @@ static const struct {
 	{ HDA_CODEC_INTELHSW, 0,	"Intel Haswell" },
 	{ HDA_CODEC_INTELBDW, 0,	"Intel Broadwell" },
 	{ HDA_CODEC_INTELSKLK, 0,	"Intel Skylake" },
-	{ HDA_CODEC_INTELKBLK, 0,	"Intel Kabylake" },
+	{ HDA_CODEC_INTELKBLK, 0,	"Intel Kaby Lake" },
 	{ HDA_CODEC_INTELCL, 0,		"Intel Crestline" },
 	{ HDA_CODEC_SII1390, 0,		"Silicon Image SiI1390" },
 	{ HDA_CODEC_SII1392, 0,		"Silicon Image SiI1392" },


More information about the svn-src-all mailing list