| Age | Commit message (Expand) | Author |
| 1999-02-26 | Make these compile on the alpha when AUDIO_DEBUG is defined. | nathanw |
| 1999-02-19 | Indicate whether the decive is full or half duplex at attach time. | mycroft |
| 1999-02-17 | Pass the direction to the allocm and round_buffersize methods. | mycroft |
| 1998-12-27 | Make sure recording is started before we return EWOULDBLOCK in a read(). | augustss |
| 1998-12-27 | Fold lines to 80 chars. | augustss |
| 1998-12-20 | Make midi_attach_mi() and audioprint() available also if MIDIBUS | drochner |
| 1998-11-25 | Do not permit a class to be recorded as a master or monitor port. | mycroft |
| 1998-11-19 | fix problems in many d_mmap routines: | mrg |
| 1998-09-27 | Make this compile again with no audio but with midi devices. | christos |
| 1998-09-01 | Move some debugging output to more useful levels. | mycroft |
| 1998-08-28 | Slight optimization in audio_[pr]int(). | pk |
| 1998-08-28 | Handle the case of MIDI devices with no audio devices. | augustss |
| 1998-08-18 | Back out previous. | thorpej |
| 1998-08-18 | Deal with somewhat bogus uninitialized warning in new egcs. Behavior | thorpej |
| 1998-08-17 | * Redo the way the way the MIDI driver attaches to audio devices. | augustss |
| 1998-08-10 | Oops. | mycroft |
| 1998-08-10 | Call set_params if usemode changes. | mycroft |
| 1998-08-09 | Add trigger_output and trigger_input entry points, which replace | mycroft |
| 1998-08-09 | Make sure output is thoroughly halted on close, and remember that we stopped | mycroft |
| 1998-08-09 | Mask off extra usemode bits. | mycroft |
| 1998-08-09 | Always copy back both the record and play parameters, in case the driver had | mycroft |
| 1998-08-07 | Add MIDI support. The MIDI devices can be accessed as ``raw'' through | augustss |
| 1998-08-05 | Clarify a comment. | augustss |
| 1998-08-04 | Allow option AUDIO_INTR_TIME even if the platform does not support | augustss |
| 1998-07-09 | This doesn't need opt_compat_netbsd.h any more. | mycroft |
| 1998-07-09 | Don't #ifdef the encoding compatibility crud. It's needed for source | mycroft |
| 1998-07-05 | * defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID. | jonathan |
| 1998-05-18 | Avoid spaces in tsleep() string. | augustss |
| 1998-05-15 | Be more verbose if attaching the audio device fails. | augustss |
| 1998-04-28 | Change debug printing a littel again. | augustss |
| 1998-04-28 | Add a few more debug messages and clean up debug printing a little. | augustss |
| 1998-03-03 | Avoid the name free so the MALLOCLOG option works again. | augustss |
| 1998-01-12 | Adjust for config changes. | thorpej |
| 1997-12-03 | Fix three problems spotted by mycroft: | augustss |
| 1997-10-29 | Fix slight glitch in last commit when AUDIO_DEBUG is on. | augustss |
| 1997-10-29 | Do audio attachment the right way. From Chris Demetriou. | augustss |
| 1997-10-19 | Make the audio API (almost) SunOS compatible. | augustss |
| 1997-10-16 | TMS320AV110 (mpeg layer 2 decoder chip) and ZBUS Melody board, which uses it. | is |
| 1997-10-16 | Aignore interrupts if the device isn't open. | augustss |
| 1997-10-14 | Don't test for unused methods. | augustss |
| 1997-10-11 | GETPROPS does not indicate whether the device is currently in full-duplex | mycroft |
| 1997-10-07 | Sanity check hi/lo water mark settings better. | augustss |
| 1997-09-06 | Move around splaudio() to (hopefully) get rid of some rare race conditions. | augustss |
| 1997-08-27 | Don't deference a bad pointers if you try to open an audio device that's | thorpej |
| 1997-08-26 | Make sure audio device starts in half-duplex mode and document the fact. | augustss |
| 1997-08-24 | - Change audio_hw_if a little: set_param now sets the play and record modes | augustss |
| 1997-08-19 | Change the MI audio driver so it attaches to the MD driver in the | augustss |
| 1997-08-18 | Make a slight change to when blocksize, hi- and lo-water marks are | augustss |
| 1997-08-18 | Implement /dev/audioctl. It behaves much like /dev/sound, but only | augustss |
| 1997-08-11 | Implement delivery of SIGIO on changes to /dev/mixer. | augustss |