summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2008-05-22 09:14:12 +0000
committerkevlo <kevlo@FreeBSD.org>2008-05-22 09:14:12 +0000
commit202b6cddc15f3f8de3f9b370f4a011ac15452c3e (patch)
tree8a7fe6c4bed411bcb22648804b2d859d06749767 /sys
parent16fea91764757aab06c5aaaa10b735be1ada24a5 (diff)
downloadFreeBSD-src-202b6cddc15f3f8de3f9b370f4a011ac15452c3e.zip
FreeBSD-src-202b6cddc15f3f8de3f9b370f4a011ac15452c3e.tar.gz
Add codec id for Sigmatel STAC9872AK
Reviewed by: ariff
Diffstat (limited to 'sys')
-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 31086e4..405bad9 100644
--- a/sys/dev/sound/pci/hda/hdac.c
+++ b/sys/dev/sound/pci/hda/hdac.c
@@ -557,6 +557,7 @@ static const struct {
#define HDA_CODEC_STAC9227 HDA_CODEC_CONSTRUCT(SIGMATEL, 0x7618)
#define HDA_CODEC_STAC9271D HDA_CODEC_CONSTRUCT(SIGMATEL, 0x7627)
#define HDA_CODEC_STAC9205 HDA_CODEC_CONSTRUCT(SIGMATEL, 0x76a0)
+#define HDA_CODEC_STAC9872AK HDA_CODEC_CONSTRUCT(SIGMATEL, 0x7662)
#define HDA_CODEC_STACXXXX HDA_CODEC_CONSTRUCT(SIGMATEL, 0xffff)
/*
@@ -620,6 +621,7 @@ static const struct {
{ HDA_CODEC_STAC9227, "Sigmatel STAC9227" },
{ HDA_CODEC_STAC9271D, "Sigmatel STAC9271D" },
{ HDA_CODEC_STAC9205, "Sigmatel STAC9205" },
+ { HDA_CODEC_STAC9872AK,"Sigmatel STAC9872AK" },
{ HDA_CODEC_CXVENICE, "Conexant Venice" },
{ HDA_CODEC_CXWAIKIKI, "Conexant Waikiki" },
{ HDA_CODEC_VT1708_8, "VIA VT1708_8" },
OpenPOWER on IntegriCloud