[PATCH] Crystal cs4235 mixer

From: Joseph Parmelee
Date: Sat May 08 2004 - 10:46:36 EST



Greetings all:

The very short patch below fixes improper setup of the mixer on Crystal
soundcards with the CS4235 chip. It applies against 2.4.26 and other recent
2.4.X kernels. I haven't tried it against 2.6.X.

Please CC me directly at jparmele at wildbear point com as I am no longer
subscribed to the list.

Best regards,

Joseph Parmelee
Wild Bear Systems


--- linux/drivers/sound/ad1848.c.orig Sun Jan 19 14:17:57 2003
+++ linux/drivers/sound/ad1848.c Fri Jan 24 08:05:40 2003
@@ -636,6 +636,7 @@
devc->supported_devices = MODE3_MIXER_DEVICES;
break;
case MD_4232:
+ case MD_4235:
case MD_4236:
devc->supported_devices = MODE3_MIXER_DEVICES;
break;

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