git: 510cc421263f - main - Unify Intel CODEC naming.

Alexander Motin mav at FreeBSD.org
Fri Jan 15 14:57:53 UTC 2021


The branch main has been updated by mav:

URL: https://cgit.FreeBSD.org/src/commit/?id=510cc421263fa807a72c9b4b8d9a4091a96d9648

commit 510cc421263fa807a72c9b4b8d9a4091a96d9648
Author:     Alexander Motin <mav at FreeBSD.org>
AuthorDate: 2021-01-15 14:56:15 +0000
Commit:     Alexander Motin <mav at FreeBSD.org>
CommitDate: 2021-01-15 14:56:15 +0000

    Unify Intel CODEC naming.
    
    Submitted by:   Dmitry Luhtionov <dmitryluhtionov at gmail.com>
    MFC after:      1 week
---
 sys/dev/sound/pci/hda/hdacc.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys/dev/sound/pci/hda/hdacc.c b/sys/dev/sound/pci/hda/hdacc.c
index 002ef298590f..3b1ca7ea61e5 100644
--- a/sys/dev/sound/pci/hda/hdacc.c
+++ b/sys/dev/sound/pci/hda/hdacc.c
@@ -382,16 +382,16 @@ static const struct {
 	{ HDA_CODEC_INTELKBLK, 0,	"Intel Kaby Lake" },
 	{ HDA_CODEC_INTELJLK, 0,	"Intel Jasper Lake" },
 	{ HDA_CODEC_INTELELLK, 0,	"Intel Elkhart Lake" },
-	{ HDA_CODEC_INTELCT, 0,		"Intel CedarTrail" },
+	{ HDA_CODEC_INTELCT, 0,		"Intel Cedar Trail" },
 	{ HDA_CODEC_INTELVV2, 0,	"Intel Valleyview2" },
 	{ HDA_CODEC_INTELBR, 0,		"Intel Braswell" },
 	{ HDA_CODEC_INTELCL, 0,		"Intel Crestline" },
 	{ HDA_CODEC_INTELBXTN, 0,	"Intel Broxton" },
-	{ HDA_CODEC_INTELCNLK, 0,	"Intel Cannonlake" },
-	{ HDA_CODEC_INTELGMLK, 0,	"Intel Geminilake" },
-	{ HDA_CODEC_INTELGMLK1, 0,	"Intel Geminilake" },
-	{ HDA_CODEC_INTELICLK, 0,	"Intel Icelake" },
-	{ HDA_CODEC_INTELTGLK, 0,	"Intel Tigerlake" },
+	{ HDA_CODEC_INTELCNLK, 0,	"Intel Cannon Lake" },
+	{ HDA_CODEC_INTELGMLK, 0,	"Intel Gemini Lake" },
+	{ HDA_CODEC_INTELGMLK1, 0,	"Intel Gemini Lake" },
+	{ HDA_CODEC_INTELICLK, 0,	"Intel Ice Lake" },
+	{ HDA_CODEC_INTELTGLK, 0,	"Intel Tiger Lake" },
 	{ HDA_CODEC_SII1390, 0,		"Silicon Image SiI1390" },
 	{ HDA_CODEC_SII1392, 0,		"Silicon Image SiI1392" },
 	/* Unknown CODECs */


More information about the dev-commits-src-main mailing list