Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142445901
D44777.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D44777.id.diff
View Options
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
@@ -98,6 +98,10 @@
#define HDA_INTEL_CMLKLP HDA_MODEL_CONSTRUCT(INTEL, 0x02c8)
#define HDA_INTEL_CMLKH HDA_MODEL_CONSTRUCT(INTEL, 0x06c8)
#define HDA_INTEL_TGLK HDA_MODEL_CONSTRUCT(INTEL, 0xa0c8)
+#define HDA_INTEL_MTL HDA_MODEL_CONSTRUCT(INTEL, 0x7e28)
+#define HDA_INTEL_ARLS HDA_MODEL_CONSTRUCT(INTEL, 0x7f50)
+#define HDA_INTEL_ARL HDA_MODEL_CONSTRUCT(INTEL, 0x7728)
+#define HDA_INTEL_LNLP HDA_MODEL_CONSTRUCT(INTEL, 0xa828)
#define INTEL_A100ID_SUBVENDOR HDA_MODEL_CONSTRUCT(INTEL, 0xa100)
#define INTEL_D400ID_SUBVENDOR HDA_MODEL_CONSTRUCT(INTEL, 0xd400)
#define INTEL_D401ID_SUBVENDOR HDA_MODEL_CONSTRUCT(INTEL, 0xd401)
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
@@ -118,6 +118,10 @@
{ 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_MTL, "Intel Meteor Lake-P", 0, 0 },
+ { HDA_INTEL_ARLS, "Intel Arrow Lake-S", 0, 0 },
+ { HDA_INTEL_ARL, "Intel Arrow Lake", 0, 0 },
+ { HDA_INTEL_LNLP, "Intel Lunar 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
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 21, 1:13 AM (20 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27785246
Default Alt Text
D44777.id.diff (1 KB)
Attached To
Mode
D44777: snd_hda: Add the full Intel Meteor/Arrow/Lunar Lake HD Audio PCI IDs
Attached
Detach File
Event Timeline
Log In to Comment