aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa/cs423x/cs4236.c
diff options
context:
space:
mode:
authorLukasz Stemach <stelmacl@ee.pw.edu.pl>2006-01-23 15:22:13 +0100
committerJaroslav Kysela <perex@suse.cz>2006-02-01 13:09:12 +0100
commit50f794c8dcfd0e63f3034d7cfd41e563f35741aa (patch)
treeb72a7a5ab27ac0eb6e06b6e1bef15d40de15e505 /sound/isa/cs423x/cs4236.c
parent[ALSA] serial-uart16550 - Fix a compile warning (diff)
downloadlinux-dev-50f794c8dcfd0e63f3034d7cfd41e563f35741aa.tar.xz
linux-dev-50f794c8dcfd0e63f3034d7cfd41e563f35741aa.zip
[ALSA] cs4236 - Add PnP ids for Netfinity 3000
Modules: CS4236+ driver 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@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to '')
-rw-r--r--sound/isa/cs423x/cs4236.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/isa/cs423x/cs4236.c b/sound/isa/cs423x/cs4236.c
index edf9279bf9d9..4fa431040564 100644
--- a/sound/isa/cs423x/cs4236.c
+++ b/sound/isa/cs423x/cs4236.c
@@ -178,6 +178,8 @@ static struct pnp_card_device_id snd_cs423x_pnpids[] = {
{ .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 */
};