minix/drivers/audio/sb16
2011-03-25 10:48:16 +00:00
..
Makefile Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
mixer.c Fix some incorrect testing of bit flags. 2010-02-02 12:24:35 +00:00
mixer.h audio drivers. (not updated for trunk.) 2007-11-23 11:30:50 +00:00
README drivers/sb16: delete altogether; the latest copy is in drivers/audio/sb16 2011-03-25 10:48:16 +00:00
sb16.c Lots of const correctness, other cleanup. 2010-04-01 12:51:31 +00:00
sb16.h new base libaudiodriver out of -lcommon in drivers/audio. 2010-08-25 11:03:53 +00:00

Sound Blaster 16 ISA driver for Minix 3

Note: supports audio playback and volume control (mixer),
recording is not yet supported


Installation instructions SB16 driver Minix >= 3.0.7

- set IRQ and I/O address in sb16.h
(default 7 and 220)
- make install
- MAKEDEV /dev/audio (if /dev/audio doesn't allready exist)
- service up /usr/sbin/sb16_dsp -dev /dev/audio
- service up /usr/sbin/sb16_mixer -dev /dev/mixer
done... (you can include the last 2 lines in /usr/etc/rc)


Peter Boonstoppel - September 2005
paboonst@cs.vu.nl