minix/drivers/audio/sb16
Ben Gras b19820774e fixed clang warnings in drivers/
. changed debug statements system for audio/ to do so
2011-06-09 16:57:51 +02:00
..
Makefile Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
mixer.c fixed clang warnings in drivers/ 2011-06-09 16:57:51 +02: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 fixed clang warnings in drivers/ 2011-06-09 16:57:51 +02:00
sb16.h fixed clang warnings in drivers/ 2011-06-09 16:57:51 +02: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