aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-05-10 00:11:07 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-05-10 00:11:07 -0700
commit2e16180e6c3d71aeafce986a87c6f62c9128f7c8 (patch)
tree345cba912dfcb749296728bb37e6ef1327a56a97 /sound
parent8848944ce23f47d27331efe8bc7ba10167835683 (diff)
downloadhistory-2e16180e6c3d71aeafce986a87c6f62c9128f7c8.tar.gz
[PATCH] Crystal cs4235 mixer fix
From: Joseph Parmelee <jparmele@wildbear.com> Fixes improper setup of the mixer on Crystal soundcards with the CS4235 chip.
Diffstat (limited to 'sound')
-rw-r--r--sound/oss/ad1848.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/oss/ad1848.c b/sound/oss/ad1848.c
index 0195b64da5a072..585a4427495d1d 100644
--- a/sound/oss/ad1848.c
+++ b/sound/oss/ad1848.c
@@ -624,6 +624,7 @@ static void ad1848_mixer_reset(ad1848_info * devc)
devc->supported_devices = MODE3_MIXER_DEVICES;
break;
case MD_4232:
+ case MD_4235:
case MD_4236:
devc->supported_devices = MODE3_MIXER_DEVICES;
break;