aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/hda/hdac.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/pci/hda/hdac.h')
-rw-r--r--sys/dev/sound/pci/hda/hdac.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/sound/pci/hda/hdac.h b/sys/dev/sound/pci/hda/hdac.h
index d20501a72024..0adc6ddce85f 100644
--- a/sys/dev/sound/pci/hda/hdac.h
+++ b/sys/dev/sound/pci/hda/hdac.h
@@ -150,6 +150,10 @@
#define RDC_VENDORID 0x17f3
#define HDA_RDC_M3010 HDA_MODEL_CONSTRUCT(RDC, 0x3010)
+/* Creative */
+#define CREATIVE_VENDORID 0x1102
+#define HDA_CREATIVE_ALL HDA_MODEL_CONSTRUCT(CREATIVE, 0xffff)
+
/* VIA */
#define VIA_VENDORID 0x1106
#define HDA_VIA_VT82XX HDA_MODEL_CONSTRUCT(VIA, 0x3288)