git: 58d0f00f159a - stable/13 - snd_hda: Remove duplicate erroneous HDA_INTEL_ALLKPS line

From: Neel Chauhan <nc_at_FreeBSD.org>
Date: Sat, 10 Sep 2022 01:07:33 UTC
The branch stable/13 has been updated by nc (ports committer):

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

commit 58d0f00f159a69c1bb65322cb0550999bf57520c
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2022-09-07 18:05:01 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-09-10 01:07:32 +0000

    snd_hda: Remove duplicate erroneous HDA_INTEL_ALLKPS line
    
    MFC after:              3 days
    Differential Revision:  https://reviews.freebsd.org/D36483
    
    (cherry picked from commit c4e591c9abc90749f91774fda77a1a5f7ee7dad1)
---
 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 e6326b952674..4359e4c9bfc7 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 },