
From: Joseph Parmelee <jparmele@wildbear.com>

Fixes improper setup of the mixer on Crystal soundcards with the CS4235
chip.


---

 25-akpm/sound/oss/ad1848.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN sound/oss/ad1848.c~crystal-cs4235-mixer-fix sound/oss/ad1848.c
--- 25/sound/oss/ad1848.c~crystal-cs4235-mixer-fix	2004-05-08 13:43:08.031799496 -0700
+++ 25-akpm/sound/oss/ad1848.c	2004-05-08 13:43:08.036798736 -0700
@@ -624,6 +624,7 @@ static void ad1848_mixer_reset(ad1848_in
 			devc->supported_devices = MODE3_MIXER_DEVICES;
 			break;
 		case MD_4232:
+		case MD_4235:
 		case MD_4236:
 			devc->supported_devices = MODE3_MIXER_DEVICES;
 			break;

_
