summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2011-05-11 20:31:27 +0000
committerjfv <jfv@FreeBSD.org>2011-05-11 20:31:27 +0000
commit3cb21d8ed247aff5807321b7ade9b6a6cac2355a (patch)
tree0f2b2b92c0063de07cc4e106f1fe0e58e797ab0d /sys/dev/sound
parentd529455d7db30a84557af5ad654e469cf9277a6f (diff)
downloadFreeBSD-src-3cb21d8ed247aff5807321b7ade9b6a6cac2355a.zip
FreeBSD-src-3cb21d8ed247aff5807321b7ade9b6a6cac2355a.tar.gz
Chipset support for the new Intel Panther Point PCH, thanks
to Seth Heasley for preparing the changes.
Diffstat (limited to 'sys/dev/sound')
-rw-r--r--sys/dev/sound/pci/hda/hdac.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c
index 0110035..e13e35d 100644
--- a/sys/dev/sound/pci/hda/hdac.c
+++ b/sys/dev/sound/pci/hda/hdac.c
@@ -142,6 +142,7 @@ SND_DECLARE_FILE("$FreeBSD$");
#define INTEL_VENDORID 0x8086
#define HDA_INTEL_CPT HDA_MODEL_CONSTRUCT(INTEL, 0x1c20)
#define HDA_INTEL_PATSBURG HDA_MODEL_CONSTRUCT(INTEL, 0x1d20)
+#define HDA_INTEL_PPT1 HDA_MODEL_CONSTRUCT(INTEL, 0x1e20)
#define HDA_INTEL_82801F HDA_MODEL_CONSTRUCT(INTEL, 0x2668)
#define HDA_INTEL_63XXESB HDA_MODEL_CONSTRUCT(INTEL, 0x269a)
#define HDA_INTEL_82801G HDA_MODEL_CONSTRUCT(INTEL, 0x27d8)
@@ -495,6 +496,7 @@ static const struct {
} hdac_devices[] = {
{ HDA_INTEL_CPT, "Intel Cougar Point", 0 },
{ HDA_INTEL_PATSBURG,"Intel Patsburg", 0 },
+ { HDA_INTEL_PPT, "Intel Panther Point", 0 },
{ HDA_INTEL_82801F, "Intel 82801F", 0 },
{ HDA_INTEL_63XXESB, "Intel 631x/632xESB", 0 },
{ HDA_INTEL_82801G, "Intel 82801G", 0 },
OpenPOWER on IntegriCloud