[PATCH] AD1848 claims a card it shouldn't.

From: davej
Date: Mon Aug 11 2003 - 12:07:36 EST


diff -urpN --exclude-from=/home/davej/.exclude bk-linus/sound/oss/ad1848.c linux-2.5/sound/oss/ad1848.c
--- bk-linus/sound/oss/ad1848.c 2003-04-22 00:40:44.000000000 +0100
+++ linux-2.5/sound/oss/ad1848.c 2003-04-22 01:23:16.000000000 +0100
@@ -2971,8 +2971,10 @@ static struct isapnp_device_id id_table[
ISAPNP_VENDOR('C','S','C'), ISAPNP_FUNCTION(0x0000), 0 },
{ ISAPNP_ANY_ID, ISAPNP_ANY_ID,
ISAPNP_VENDOR('C','S','C'), ISAPNP_FUNCTION(0x0100), 0 },
+ /* The main driver for this card is opl3sa2
{ ISAPNP_ANY_ID, ISAPNP_ANY_ID,
ISAPNP_VENDOR('Y','M','H'), ISAPNP_FUNCTION(0x0021), 0 },
+ */
{ ISAPNP_VENDOR('G','R','V'), ISAPNP_DEVICE(0x0001),
ISAPNP_VENDOR('G','R','V'), ISAPNP_FUNCTION(0x0000), 0 },
{0}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/