git: c4e591c9abc9 - main - snd_hda: Remove duplicate erroneous HDA_INTEL_ALLKPS line

From: Neel Chauhan <nc_at_FreeBSD.org>
Date: Wed, 07 Sep 2022 18:17:43 UTC
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 },