FreeBSD Bugzilla – Attachment 207888 Details for
Bug 240871
snd_hda: Add Intel Comet Lake and Ice Lake support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch (Revision 1)
cometlake-icelake-hd-audio.patch (text/plain), 1.31 KB, created by
Neel Chauhan
on 2019-09-27 14:15:46 UTC
(
hide
)
Description:
Patch (Revision 1)
Filename:
MIME Type:
Creator:
Neel Chauhan
Created:
2019-09-27 14:15:46 UTC
Size:
1.31 KB
patch
obsolete
>Index: sys/dev/sound/pci/hda/hdac.c >=================================================================== >--- sys/dev/sound/pci/hda/hdac.c (revision 352792) >+++ sys/dev/sound/pci/hda/hdac.c (working copy) >@@ -103,6 +103,9 @@ > { HDA_INTEL_KBLKH, "Intel Kaby Lake-H", 0, 0 }, > { HDA_INTEL_CFLK, "Intel Coffee Lake", 0, 0 }, > { HDA_INTEL_CNLK, "Intel Cannon Lake", 0, 0 }, >+ { HDA_INTEL_ICLK, "Intel Ice Lake", 0, 0 }, >+ { HDA_INTEL_CMLKLP, "Intel Comet Lake-LP", 0, 0 }, >+ { HDA_INTEL_CMLKH, "Intel Comet Lake-H", 0, 0 }, > { HDA_INTEL_82801F, "Intel 82801F", 0, 0 }, > { HDA_INTEL_63XXESB, "Intel 631x/632xESB", 0, 0 }, > { HDA_INTEL_82801G, "Intel 82801G", 0, 0 }, >Index: sys/dev/sound/pci/hda/hdac.h >=================================================================== >--- sys/dev/sound/pci/hda/hdac.h (revision 352792) >+++ sys/dev/sound/pci/hda/hdac.h (working copy) >@@ -78,6 +78,9 @@ > #define HDA_INTEL_KBLKH HDA_MODEL_CONSTRUCT(INTEL, 0xa2f0) > #define HDA_INTEL_CFLK HDA_MODEL_CONSTRUCT(INTEL, 0xa348) > #define HDA_INTEL_CNLK HDA_MODEL_CONSTRUCT(INTEL, 0x9dc8) >+#define HDA_INTEL_ICLK HDA_MODEL_CONSTRUCT(INTEL, 0x34c8) >+#define HDA_INTEL_CMLKLP HDA_MODEL_CONSTRUCT(INTEL, 0x02c8) >+#define HDA_INTEL_CMLKH HDA_MODEL_CONSTRUCT(INTEL, 0x06c8) > #define HDA_INTEL_ALL HDA_MODEL_CONSTRUCT(INTEL, 0xffff) > > /* Nvidia */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 240871
: 207888