git: f65b940f1f62 - stable/12 - snd_hda: Remove duplicate erroneous HDA_INTEL_ALLKPS line

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

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

commit f65b940f1f622e94a89668790bb0a5a71c68c14c
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:08:00 +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 49f4849ce8a7..80cc299a90e9 100644
--- a/sys/dev/sound/pci/hda/hdac.c
+++ b/sys/dev/sound/pci/hda/hdac.c
@@ -119,7 +119,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 },