summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound/midibuf.c
Commit message (Collapse)AuthorAgeFilesLines
* Put on my nuclear-grade asbestos suit and cvs rm the old, broken, soundpeter2000-10-021-431/+0
| | | | | | | | | | | drivers (again). These drivers have not compiled for 5-6 months. Now that the new sound code supports MIDI, the major reason we had for reviving it is gone. It is a far better investment polishing the new midi code than trying to keep this on life support. Come 5.0-REL, if there are major shortcomings in the pcm sound driver then maybe we can rethink this, but until then we should focus on pcm. Remember, these have not been compilable since ~April-May this year.
* Added a used include. This file doesn't get tested by LINT becausebde1999-02-041-0/+2
| | | | | | it is null when trix is configured. Submitted by: Brian Feldman <green@unixhelp.org> but moved by me
* Part 2 of pcvt/voxware revival. I hope I have not clobbered any otherpeter1999-01-011-0/+429
| | | | | | | | | deltas, but it is possible since I had a few merge conflicts over the last few days while this has been sitting ready to go. (Part 1 was committed to the config files, but cvs aborted grrr..) Approved by: core
* Pre 3.0 branch cleanup sos#2: soundsos1998-12-271-429/+0
| | | | Superceded by the snd driver...
* Staticize.eivind1998-02-091-2/+2
|
* Fix conflicts.markm1997-11-101-0/+33
|
* Upgrade the sound sources to Amancio Hasty's latest-and-greatest.markm1997-10-311-340/+286
| | | | | | This is based on Voxware 3.5, and corresponds to Amancio's `guspnp21'. Bug reports to Amancio, please!
* Update select -> poll.peter1997-09-141-34/+14
| | | | I am not particularly happy with this stuff, I have no way to test it.
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-201-2/+2
| | | | | type mismatches. Not taking an arg in sequencer_timer() broke `cc -mrtd'.
* Updated #includes to 4.4Lite style.bde1996-09-101-1/+1
|
* Staticizephk1995-12-111-2/+2
|
* Added bogusly placed extern prototypes for functions that should probablybde1995-11-241-0/+2
| | | | be static.
* Update the sound driver to VOXWARE 3.05 with one GUS patch fromjkh1995-07-281-22/+46
| | | | | | | | | | | | 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
* Revert to earlier code which contains FreeBSD snd[1-7] probe information,swallace1995-03-051-0/+1
| | | | | | | | | | | | $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-1/+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-25/+345
|
* Added $Id$dg1994-08-021-0/+1
|
* Update sound driver to version 2.5ache1994-04-231-6/+6
|
* Integrated Hannu Savolainen's new VoxWare sound drivers, version 2.4.swallace1994-03-111-1/+1
| | | | These drivers now have full SoundBlaster 16 support.
* Update to latest Linux sound driver 2.0jkh1993-10-291-4/+22
|
* This is the Linux generic soundcard driver, version 1.0c. Supportsjkh1993-10-231-0/+105
SBlaster/Adlib/ProAudio Spectrum/Gravis/etc cards. This is a BETA test driver, please test it and get back to me!
OpenPOWER on IntegriCloud