[2.6 patch] sound/isa/cs423x/cs4236.c: PnP ids for Netfinity 3000

From: Adrian Bunk
Date: Fri Jan 20 2006 - 17:27:37 EST


From: Lukasz Stemach <stelmacl@xxxxxxxxxxxx>


PnP ids for Netfinity 3000 builtin soundcard.

This one works for me.


This patch was submitted through kernel Bugzilla #4214.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- l/sound/isa/cs423x/cs4236.c.orig 2004-10-23 10:54:33.000000000 +0200
+++ l/sound/isa/cs423x/cs4236.c 2004-12-27 01:01:31.000000000 +0100
@@ -174,6 +173,8 @@
{ .id = "CSC7632", .devs = { { "CSC0000" }, { "CSC0010" }, { "PNPb006" } } },
/* SIC CrystalWave 32 (CS4232) */
{ .id = "CSCf032", .devs = { { "CSC0000" }, { "CSC0010" }, { "CSC0003" } } },
+ /* Netfinity 3000 on-board soundcard */
+ { .id = "CSCe825", .devs = { { "CSC0100" }, { "CSC0110" }, { "CSC010f" } } },
/* --- */
{ .id = "" } /* end */
};

-
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/