minix/drivers/audio/README
Ben Gras 0d2d8c6db2 audio drivers. (not updated for trunk.)
sb16: port of isa sb16 driver to user-space. Port by Peter Boonstoppel.
es1371: By Laurens Bronwasser.
2007-11-23 11:30:50 +00:00

35 lines
665 B
Plaintext

***** Minix 3 Audio drivers *****
Directories:
framework/ Generic driver framework
sb16/ SB16 ISA driver
es1371/ ES1371 driver
Install driver:
* select the directory corresponding to the card you own
* run make install
Creating special files:
* cd /dev
* mknod audio c 13 0
* mknod rec c 13 1
* mknod mixer c 13 2
* chmod 666 audio rec mixer
(for es1371 one can add a special file for the second DAC-channel, major 13, minor 3)
Running the driver:
* service up /usr/sbin/sb16 -dev /dev/audio
or:
* service up /usr/sbin/es1371 -dev /dev/audio
Minix audio tools:
recwave
playwave
mixer
(available from /usr/src/commands/ibm)