summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound/sequencer.c
Commit message (Collapse)AuthorAgeFilesLines
* Put on my nuclear-grade asbestos suit and cvs rm the old, broken, soundpeter2000-10-021-1824/+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.
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-4/+4
| | | | if/else nesting.
* Include <sys/select.h> -- don't depend on pollution in <sys/proc.h>.bde1999-01-271-0/+2
|
* Part 2 of pcvt/voxware revival. I hope I have not clobbered any otherpeter1999-01-011-0/+1822
| | | | | | | | | 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-1822/+0
| | | | Superceded by the snd driver...
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-1/+1
| | | | and local variables, goto labels, and functions declared but not defined.
* Staticize.eivind1998-02-091-5/+5
|
* Fix conflicts.markm1997-11-101-1/+36
|
* Bring our sound sources up to the level of Amancio's latest-and-greatest.markm1997-10-311-1375/+1195
| | | | | | | | This corresponds to Voxware 3.5-alpha-<something> and Amancio's guspnp21. There was a bit of a FUBAR during the commmit, so not all files are mentioned in this commit's mail. X-rant: I have just started to _*HATE*_ CVS...
* soundcard.c:gibbs1997-09-211-1/+1
| | | | | | | Update for changes in the callout interface. sequencer.c: Add a paren that seems to have gone missing.
* Update select -> poll.peter1997-09-141-41/+20
| | | | 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-1/+1
| | | | | type mismatches. Not taking an arg in sequencer_timer() broke `cc -mrtd'.
* Updated #includes to 4.4Lite style.bde1996-09-101-3/+3
|
* Staticizephk1995-12-111-3/+3
|
* 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-208/+329
| | | | | | | | | | | | 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-10/+12
| | | | | | | | | 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-140/+834
|
* Added $Id$dg1994-08-021-0/+1
|
* Update sound driver to version 2.5ache1994-04-231-11/+25
|
* 1) GET_TIME function completely brokenache1994-03-231-1/+1
| | | | | | it returns time in microseconds instead of HZ (feel difference!) 2) change GET_TIME type to unsigned long in all places to prevent overflow
* Integrated Hannu Savolainen's new VoxWare sound drivers, version 2.4.swallace1994-03-111-136/+140
| | | | These drivers now have full SoundBlaster 16 support.
* Update to latest Linux sound driver 2.0jkh1993-10-291-19/+31
|
* This is the Linux generic soundcard driver, version 1.0c. Supportsjkh1993-10-231-0/+1137
SBlaster/Adlib/ProAudio Spectrum/Gravis/etc cards. This is a BETA test driver, please test it and get back to me!
OpenPOWER on IntegriCloud