peter
1419fcb42b
Recognize the CS4326 on the Intel PR440FX motherboard. (It works just like
...
the normal CS4326 except that it's had it's ID's tweaked for some reason)
Also mark the device as alive in the attach routine so that the pnp system
doesn't think the attach failed.
1997-09-21 03:27:51 +00:00
peter
831db91027
Fix a comment-within-a-comment
1997-09-21 03:21:34 +00:00
peter
c7db62b5bf
Accept FIOASYNC (like the old sound driver) since it's generated by
...
kern_descrip.c when the user does an fcntl(.., F_SETFL, ...).
1997-09-21 03:20:36 +00:00
jmg
5280f97f95
update Luigi's driver to poll interface (Peter, you might want to check
...
that I've done this properly, it does work though :) )...
a few minor fixes to code
part-Submitted-by: Luigi
1997-09-18 07:47:03 +00:00
jmg
463ee6273f
remove redudant decls from this header file (used for 2.2.x compat)
1997-09-15 07:34:49 +00:00
jmg
130c7bee5c
add some preprocessor lines to prevent both controler snd0 and
...
device pcm0 from being loaded into the kernel at the same time. As
this generates compilation errors, I just error out.
Requested-by: Jordan
1997-09-15 06:35:13 +00:00
jmg
d77c6d8be9
Import of Luigi Rizzo's sound code. For more information about the driver
...
check out the README that is included.
Submitted by: Luigi Rizzo <luigi@labinfo.iet.unipi.it>
1997-09-14 21:42:12 +00:00