summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2009-10-24 09:13:36 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2009-10-24 09:13:36 +0000
commit244c524c3c2585412e3789a626252291f411e837 (patch)
tree707a9f3786e45f219effea6b56cc0c156a2a16a2 /sys/dev/pci
parent2df38dabfe1fc77b1195879000d9c735be8cb1b5 (diff)
add the subvendor ID of ``M-Audio Audiophile 2496'' and add it to
the list of supported cards
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/envy.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/dev/pci/envy.c b/sys/dev/pci/envy.c
index de02acc7bbd..76943ee0ddb 100644
--- a/sys/dev/pci/envy.c
+++ b/sys/dev/pci/envy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: envy.c,v 1.29 2009/10/11 12:59:29 ratchov Exp $ */
+/* $OpenBSD: envy.c,v 1.30 2009/10/24 09:13:35 ratchov Exp $ */
/*
* Copyright (c) 2007 Alexandre Ratchov <alex@caoua.org>
*
@@ -234,6 +234,13 @@ struct envy_card envy_cards[] = {
delta_codec_write,
NULL
}, {
+ PCI_ID_CODE(0x1412, 0xd634),
+ "M-Audio Audiophile 2496",
+ 2, &ak4524_adc, 2, &ak4524_dac,
+ delta_init,
+ delta_codec_write,
+ NULL
+ }, {
0,
"unknown 1712-based card",
8, &unkenvy_codec, 8, &unkenvy_codec,