audio drivers. (not updated for trunk.)

sb16: port of isa sb16 driver to user-space. Port by Peter Boonstoppel.
es1371: By Laurens Bronwasser.
This commit is contained in:
Ben Gras
2007-11-23 11:30:50 +00:00
parent 1327804478
commit 0d2d8c6db2
22 changed files with 3523 additions and 0 deletions

View File

@@ -27,4 +27,7 @@
#define MIXIOSETINPUTRIGHT _IORW('s', 22, struct inout_ctrl)
#define MIXIOSETOUTPUT _IORW('s', 23, struct inout_ctrl)
#define AC97READ _IOW('s', 8, u16_t[2])
#define AC97WRITE _IOR('s', 9, u16_t[2])
#endif /* _S_I_SOUND_H */