Commit 2e16180e authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Crystal cs4235 mixer fix

From: Joseph Parmelee <jparmele@wildbear.com>

Fixes improper setup of the mixer on Crystal soundcards with the CS4235
chip.
parent 8848944c
...@@ -624,6 +624,7 @@ static void ad1848_mixer_reset(ad1848_info * devc) ...@@ -624,6 +624,7 @@ static void ad1848_mixer_reset(ad1848_info * devc)
devc->supported_devices = MODE3_MIXER_DEVICES; devc->supported_devices = MODE3_MIXER_DEVICES;
break; break;
case MD_4232: case MD_4232:
case MD_4235:
case MD_4236: case MD_4236:
devc->supported_devices = MODE3_MIXER_DEVICES; devc->supported_devices = MODE3_MIXER_DEVICES;
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment