diff options
author | jkh <jkh@FreeBSD.org> | 1995-03-04 21:11:21 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-03-04 21:11:21 +0000 |
commit | fb377011224d3ca2cc8b0c4cf7324b7a94629b31 (patch) | |
tree | e74ef7542072ec71095dbb0496791d1eac674c74 /sys/i386/isa/sound/sb_mixer.c | |
parent | a09fe2d23732f9ec6f4b73851ce89fae4346eb2d (diff) | |
download | FreeBSD-src-fb377011224d3ca2cc8b0c4cf7324b7a94629b31.zip FreeBSD-src-fb377011224d3ca2cc8b0c4cf7324b7a94629b31.tar.gz |
Upgrade the sound drivers to VoxWare pre-3.0 and fix a number of bugs.
Make the sound configuration a little neater
(see /sys/i386/isa/sound/Readme.freebsd)
Add support for the Microsoft Sound Source.
Document the sound options again.
Submitted by: Sujal Patel <smpatel@wam.umd.edu>
Obtained from: Voxware
Diffstat (limited to 'sys/i386/isa/sound/sb_mixer.c')
-rw-r--r-- | sys/i386/isa/sound/sb_mixer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/isa/sound/sb_mixer.c b/sys/i386/isa/sound/sb_mixer.c index d9bcb1e..ef26e5b 100644 --- a/sys/i386/isa/sound/sb_mixer.c +++ b/sys/i386/isa/sound/sb_mixer.c @@ -30,12 +30,11 @@ * Hunyue Yau Jan 6 1994 * Added code to support the Sound Galaxy NX Pro mixer. * - * $Id: sb_mixer.c,v 1.3 1994/08/02 07:40:46 davidg Exp $ */ #include "sound_config.h" -#if defined(CONFIGURE_SOUNDCARD) && !defined(EXCLUDE_SB) && !defined(EXCLUDE_SBPRO) +#if defined(CONFIGURE_SOUNDCARD) && !defined(EXCLUDE_SB) #define __SB_MIXER_C__ #include "sb.h" |