summaryrefslogtreecommitdiffstats
path: root/lib/libossaudio/ossaudio.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - make it -Wall cleanavsm2003-05-031-4/+11
| | | | | | | - add SNDCTL_DSP_SETDUPLEX emulation (netbsd) - SNDCTL_DSP_POST is a noop to prevent some apps blocking (netbsd) - some man pages fixes (from me and netbsd) - add some more missing #defines for SOUND_MIXER_* (netbsd)
* make oss_ioctl varargs.espie2002-04-241-2/+9
| | | | | | this is not standard C, but it works on the arches we support, and osscompat is a dirty hack in the first place. ok millert@, tested naddy@
* sync up libossaudio with NetBSD changes.brad2001-08-181-58/+132
| | | | | | | | | | | | | | | | | | | -- - Add __BEGIN_DECLS & __END_DECLS for C++ - Make protection against multiple inclusion non-invasive wrt. name space - Use EAGAIN instead of EWOULDBLOCK. The actual numeric value is same, but EAGAIN is the posixly correct name - Remove white space - Change the behaviour to report emulated encodings, too - Implement SOUND_MIXER_INFO - Implement OSS_GETVERSION - Accept mixer values above max (100) - Handle the info from AUDIO_MIXER_DEVINFO properly, parts of it is opaque - Use accurate rounding in conversion between OSS and OpenBSD volume values - Map OSS mixer device "line1" to native mixer device "aux" -- Some testing by pvalchev@, no response from other testers in over a month and a half.
* Fix fragment handling for SNDCTL_DSP_GETxSPACE ioctls; per NetBSD PR/12796.aaron2001-05-241-4/+16
| | | | | | The kernel part of this fixes sound emulation for version 1.37c of the Linux binary of Snes9x (Super Nintendo emulator). The userland equivalent fix should allow espie to remove his local audio hacks in the squeak port.
* fix off by one error, reported by nathanw@MIT.EDU.provos1998-05-251-2/+2
|
* libossaudio from NetBSD mostly by Lennart Augustsson <augustss@cs.chalmers.se>provos1998-05-011-0/+699