summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound/sb16_midi.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved a nested extern declaration to a less bogus place to hide a warning.bde1995-11-041-1/+2
|
* Update the sound driver to VOXWARE 3.05 with one GUS patch fromjkh1995-07-281-6/+2
| | | | | | | | | | | | Amancio. There is some SoundSource support here that is primitive and probably doesn't work, but I'll let the two submitters let me know how my integration of that was since I don't have this card to test. I've only tested this on my GUS MAX since it's all I have. This all probably needs to be re-done anyway since we're widely variant from the original VOXWARE source in the current layout. Submitted by: Amancio Hasty and Jim Lowe Obtained from: Hannu Savolainen
* Reorganize how sound devices are configured. Use a snd controllerswallace1995-03-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | with individual devices for each type of sound card: opl, sb, sbxvi, sbmidi, pas, mpu, gus, gusxvi, gusmax, mss, uart EXCLUDE_* options are no longer required to be included in the config file. They are automatically determined by local.h depending on the devices included. Move #includes in local.h to os.h so files are included in the proper order to avoid warnings. soundcard.c now has additional code to reflect the device driver routines needed. Define new EXCLUDE_SB16MIDI for use in sb16_midi.c and dev_table.h. #ifndef EXCLUDE_SEQUENCER or EXCLUDE_AUDIO have been added to soundcard.c and sound_switch.c where appropriate. Probe outputs changed to reflect new device names. Readme.freebsd not needed. Update sound.doc with new config instructions. Reviewed by: wollman
* Revert to earlier code which contains FreeBSD snd[1-7] probe information,swallace1995-03-051-0/+5
| | | | | | | | | | | | $Id$ information, and other code to make sound driver compile and work correctly with FreeBSD. Integrate changes obtained from Sujal Patel. These changes are: o local.h: reverse option logic from EXCLUDE_* to AUDIO_* o pas2_mixer.c: small addition o ad1848.c: minor change with macro names o sequencer.c: minor change with note check o many spelling corrections in comments in about every other file
* Upgrade the sound drivers to VoxWare pre-3.0 and fix a number of bugs.jkh1995-03-041-6/+0
| | | | | | | | | 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
* Merged in changes to Hannu Savolainen's VoxWare sound drivers, version 2.9.swallace1994-10-011-30/+51
|
* Added $Id$dg1994-08-021-0/+1
|
* Update sound driver to version 2.5ache1994-04-231-46/+19
|
* Integrated Hannu Savolainen's new VoxWare sound drivers, version 2.4.swallace1994-03-111-0/+314
These drivers now have full SoundBlaster 16 support.
OpenPOWER on IntegriCloud