minix/drivers/audio/sb16
David van Moolenbroek 1db80ce9d6 libaudiodriver: use libchardriver
Change-Id: I299d58d110ad14b69076276ba46c4325875c34ca
2014-03-01 09:04:51 +01:00
..
Makefile Audio drivers: use correct build receipt 2013-08-06 11:46:28 +02:00
mixer.c libaudiodriver: use libchardriver 2014-03-01 09:04:51 +01:00
mixer.h libaudiodriver: use libchardriver 2014-03-01 09:04:51 +01:00
README drivers/sb16: delete altogether; the latest copy is in drivers/audio/sb16 2011-03-25 10:48:16 +00:00
sb16.c libaudiodriver: use libchardriver 2014-03-01 09:04:51 +01: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