minix/drivers/audio/sb16
2012-03-25 21:58:14 +02:00
..
Makefile Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
mixer.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
mixer.h retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
README drivers/sb16: delete altogether; the latest copy is in drivers/audio/sb16 2011-03-25 10:48:16 +00:00
sb16.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
sb16.h retire _PROTOTYPE 2012-03-25 16:17:10 +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