Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Sep 2022 18:17:43 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c4e591c9abc9 - main - snd_hda: Remove duplicate erroneous HDA_INTEL_ALLKPS line
Message-ID:  <202209071817.287IHhtn055016@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc (ports committer):

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

commit c4e591c9abc90749f91774fda77a1a5f7ee7dad1
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2022-09-07 18:05:01 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-09-07 18:17:26 +0000

    snd_hda: Remove duplicate erroneous HDA_INTEL_ALLKPS line
    
    MFC after:              3 days
    Differential Revision:  https://reviews.freebsd.org/D36483
---
 sys/dev/sound/pci/hda/hdac.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c
index 35a2a5b0af99..9db9db79a59f 100644
--- a/sys/dev/sound/pci/hda/hdac.c
+++ b/sys/dev/sound/pci/hda/hdac.c
@@ -118,7 +118,6 @@ static const struct {
 	{ HDA_INTEL_ALLKP1,  "Intel Alder Lake-P",	0, 0 },
 	{ HDA_INTEL_ALLKP2,  "Intel Alder Lake-P",	0, 0 },
 	{ HDA_INTEL_ALLKPS,  "Intel Alder Lake-PS",	0, 0 },
-	{ HDA_INTEL_ALLKPS,  "Intel Alder Lake-PS",	0, 0 },
 	{ HDA_INTEL_RPTLK1,  "Intel Raptor Lake-P",	0, 0 },
 	{ HDA_INTEL_RPTLK2,  "Intel Raptor Lake-P",	0, 0 },
 	{ HDA_INTEL_82801F,  "Intel 82801F",	0, 0 },



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