summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2013-01-02 21:56:58 +0000
committerjfv <jfv@FreeBSD.org>2013-01-02 21:56:58 +0000
commit5b8ff032dab7118a4d65bbad2989801744dbe67e (patch)
tree9fd2e99fb0b927f6c626338a343cd6951cc82160 /sys
parentfae2d9b093a96b139b6e7f26427903c6a64c1874 (diff)
downloadFreeBSD-src-5b8ff032dab7118a4d65bbad2989801744dbe67e.zip
FreeBSD-src-5b8ff032dab7118a4d65bbad2989801744dbe67e.tar.gz
Add Intel Lynx Point PCH HD Audio Device IDs
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/sound/pci/hda/hdac.c2
-rw-r--r--sys/dev/sound/pci/hda/hdac.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c
index 79c6149..1a60266 100644
--- a/sys/dev/sound/pci/hda/hdac.c
+++ b/sys/dev/sound/pci/hda/hdac.c
@@ -81,6 +81,8 @@ static const struct {
{ HDA_INTEL_CPT, "Intel Cougar Point", 0, 0 },
{ HDA_INTEL_PATSBURG,"Intel Patsburg", 0, 0 },
{ HDA_INTEL_PPT1, "Intel Panther Point", 0, 0 },
+ { HDA_INTEL_LPT1, "Intel Lynx Point", 0, 0 },
+ { HDA_INTEL_LPT2, "Intel Lynx Point", 0, 0 },
{ HDA_INTEL_82801F, "Intel 82801F", 0, 0 },
{ HDA_INTEL_63XXESB, "Intel 631x/632xESB", 0, 0 },
{ HDA_INTEL_82801G, "Intel 82801G", 0, 0 },
diff --git a/sys/dev/sound/pci/hda/hdac.h b/sys/dev/sound/pci/hda/hdac.h
index 642e379..9f9d687 100644
--- a/sys/dev/sound/pci/hda/hdac.h
+++ b/sys/dev/sound/pci/hda/hdac.h
@@ -54,6 +54,8 @@
#define HDA_INTEL_PCH HDA_MODEL_CONSTRUCT(INTEL, 0x3b56)
#define HDA_INTEL_PCH2 HDA_MODEL_CONSTRUCT(INTEL, 0x3b57)
#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)
#define HDA_INTEL_ALL HDA_MODEL_CONSTRUCT(INTEL, 0xffff)
/* Nvidia */
OpenPOWER on IntegriCloud