aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@suse.cz>2004-11-29 12:31:20 +0100
committerJaroslav Kysela <perex@suse.cz>2004-11-29 12:31:20 +0100
commitf1caba98b906926b40c7c4f9205bd1e8b01cdf40 (patch)
treefee246d9f34b74efe4f192e066987396178fd0c2 /sound
parent3b69ec0dcc0d0fcb8321933db106b5c54b2032f1 (diff)
downloadhistory-f1caba98b906926b40c7c4f9205bd1e8b01cdf40.tar.gz
[ALSA] alternate CS4235 ident string
CS4236+ driver The patch adds an alternate CS4235 ident string Signed-off-by: Pang Lih Wuei <basic@mozdev.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-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 79e32744eebd8f..e745a54e00a1be 100644
--- a/sound/isa/cs423x/cs4236.c
+++ b/sound/isa/cs423x/cs4236.c
@@ -242,6 +242,8 @@ static struct pnp_card_device_id snd_cs423x_pnpids[] = {
{ .id = "CSCd937", .devs = { { "CSC0000" }, { "CSC0010" }, { "CSC0003" } } },
/* CS4235 without MPU401 */
{ .id = "CSCe825", .devs = { { "CSC0100" }, { "CSC0110" } } },
+ /* Unknown SiS530 - CS4235 */
+ { .id = "CSC4825", .devs = { { "CSC0100" }, { "CSC0110" } } },
/* IBM IntelliStation M Pro 6898 11U - CS4236B */
{ .id = "CSCe835", .devs = { { "CSC0000" }, { "CSC0010" } } },
/* IBM PC 300PL Onboard - CS4236B */