Problems with 1.0.9 and 82C930 soundcard

Michael F Gordon (Michael.Gordon@ee.ed.ac.uk)
Sat, 18 Jul 1998 20:25:44 +0100 (BST)


I've got an 82C930-based soundcard (variously described in the manual that
came with it as Audio 16 Pro, MAD 16 Pro and OPTi 930) that mad16.c doesn't
detect properly. The problem is the test at line 252 - on my machine tmp is
0, not 0xff. Simply changing the test to be

if (tmp == 0xff || tmp == 0)
return 1;

seems to make everything work. I don't know enough about the hardware to
tell whether this is a reasonable general fix or something specific to the
way my machine's set up though.

Michael Gordon

-
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.altern.org/andrebalsa/doc/lkml-faq.html