ESS1688 mixer still broken in 2.2.0-pre9/final

Boris Tobotras (boris@xtalk.msk.su)
23 Jan 1999 10:45:30 +0300


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/