Mailing List Archive

ESS1688 mixer still broken in 2.2.0-pre9/final
This should fix it.
--- sb_ess.c~ Sat Jan 23 10:44:47 1999
+++ sb_ess.c Sat Jan 23 10:44:57 1999
@@ -1509,7 +1509,7 @@
*/
devc->supported_devices = ES1688_MIXER_DEVICES;
devc->supported_rec_devices = ES1688_RECORDING_DEVICES;
- if (devc->submodel < 0x10) {
+ if (devc->submodel <= 0x10) {
devc->iomap = &es1688_mix;
} else {
devc->iomap = &es1688later_mix;
--
Best regards, -- Boris.
Support your local Search and Rescue unit -- get lost.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
Re: ESS1688 mixer still broken in 2.2.0-pre9/final [ In reply to ]
I sent a new patch to Alan which hopefully solves this problem.
Apparently your chip isn't detected correctly, you can see this in
/proc/sound.
Rolf.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/