Page MenuHomeFreeBSD

D36476.diff
No OneTemporary

D36476.diff

diff --git a/sys/dev/sound/pci/hda/hdac.h b/sys/dev/sound/pci/hda/hdac.h
--- a/sys/dev/sound/pci/hda/hdac.h
+++ b/sys/dev/sound/pci/hda/hdac.h
@@ -72,6 +72,13 @@
#define HDA_INTEL_BXTNP HDA_MODEL_CONSTRUCT(INTEL, 0x5a98)
#define HDA_INTEL_MACBOOKPRO92 HDA_MODEL_CONSTRUCT(INTEL, 0x7270)
#define HDA_INTEL_ALLK HDA_MODEL_CONSTRUCT(INTEL, 0x7ad0)
+#define HDA_INTEL_ALLKM HDA_MODEL_CONSTRUCT(INTEL, 0x51cc)
+#define HDA_INTEL_ALLKN HDA_MODEL_CONSTRUCT(INTEL, 0x54c8)
+#define HDA_INTEL_ALLKP1 HDA_MODEL_CONSTRUCT(INTEL, 0x51c8)
+#define HDA_INTEL_ALLKP2 HDA_MODEL_CONSTRUCT(INTEL, 0x51cd)
+#define HDA_INTEL_ALLKPS HDA_MODEL_CONSTRUCT(INTEL, 0x51c9)
+#define HDA_INTEL_RPTLK1 HDA_MODEL_CONSTRUCT(INTEL, 0x51ca)
+#define HDA_INTEL_RPTLK2 HDA_MODEL_CONSTRUCT(INTEL, 0x51cb)
#define HDA_INTEL_SCH HDA_MODEL_CONSTRUCT(INTEL, 0x811b)
#define HDA_INTEL_LPT1 HDA_MODEL_CONSTRUCT(INTEL, 0x8c20)
#define HDA_INTEL_LPT2 HDA_MODEL_CONSTRUCT(INTEL, 0x8c21)
diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c
--- a/sys/dev/sound/pci/hda/hdac.c
+++ b/sys/dev/sound/pci/hda/hdac.c
@@ -113,6 +113,14 @@
{ HDA_INTEL_TGLK, "Intel Tiger Lake", 0, 0 },
{ HDA_INTEL_GMLK, "Intel Gemini Lake", 0, 0 },
{ HDA_INTEL_ALLK, "Intel Alder Lake", 0, 0 },
+ { HDA_INTEL_ALLKM, "Intel Alder Lake-M", 0, 0 },
+ { HDA_INTEL_ALLKN, "Intel Alder Lake-N", 0, 0 },
+ { 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 },
{ HDA_INTEL_63XXESB, "Intel 631x/632xESB", 0, 0 },
{ HDA_INTEL_82801G, "Intel 82801G", 0, 0 },

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 27, 9:34 PM (14 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17822150
Default Alt Text
D36476.diff (1 KB)

Event Timeline