summaryrefslogtreecommitdiff
path: root/lib/libossaudio
AgeCommit message (Expand)Author
2020-04-27Pull up following revision(s) (requested by nia in ticket #855):martin
2019-11-19Pull up following revision(s) (requested by isaki in ticket #446):martin
2019-02-02Fix minor bugs of SNDCTL_DSP_GETISPACE.isaki
2019-01-29Revert a wrong SNDCTL_DSP_GETOSPACE part of rev1.33.isaki
2019-01-23memset to zero the entire array, not just 8 bytes of it.mrg
2017-03-24ABI of libossaudio did not change, so there was no need to bump the versionnat
2017-03-23Calculate GETISPACE/GETOSPACE properly.nat
2017-02-10speed limit is 80 (missed this one)maya
2017-02-10strncpy->strlcpy. use sizeof instead of numbers.maya
2014-09-09Add missing defines for 16, 24 and 32 bit NE and OE formats.nat
2014-05-18libossaudio minor version bump to signify new ioctls.nat
2014-05-17Adds ioctls and defines for OSSv4 compatibility.nat
2012-05-05fix typo, WARNS=5christos
2012-05-05avoid using cpp variadic macros and explain why.christos
2012-05-04- match regular ioctl prototype (3rd argument is optional)christos
2012-03-21These directories don't handle WARNS=5matt
2011-09-13fix non-portable shift.christos
2011-09-06Add support for AFMT_AC3jmcneill
2009-03-12Remove USETBL, now that man page does not need tbl any longer.wiz
2009-03-12Use .Bl -column instead of tbl(1) for the device mapping list.joerg
2009-02-03Bump date for previous.jmcneill
2009-02-03Add a table that describes the mappings from native audio mixer namesjmcneill
2009-01-11bump shared libraries.christos
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-15s/prototyoe/prototype/bjs
2007-11-08Set the number of record and play channels individually -- currentlydrochner
2007-09-18Implement OSS_SNDCTL_DSP_GETODELAY and provide a no-op functionmlelstv
2007-06-11Add a new ioctl AUDIO_GETBUFINFO. It works like AUDIO_GETINFO, butjoerg
2005-06-01appease gcc -Wuninitialized. some delintlukem
2005-02-09work around a prototype conflict by including ioctl.hdrochner
2005-02-04de-__Pperry
2004-11-18getdevinfo():kent
2003-11-18drop whitespacegrant
2003-04-16Usewiz
2003-03-09use __RCSID()lukem
2003-01-12add support for SNDCTL_DSP_SETDUPLEX ioctl to ossaudio emulation codejdolecek
2002-10-01New sentence, new line. From Robert Elz.wiz
2002-05-27Add SOUND_MASK_* for the last SOUND_MIXER_* values that didn't have any.wiz
2002-02-20Improve markup, sort sections.wiz
2002-02-07Generate <>& symbolically.ross
2002-01-11Determine the 'native' endianness using _BYTE_ORDER fromkleink
2001-12-24Make SNDCTL_DSP_POST a nop. It's explicitly *not* supposed to sleep, and asmycroft
2001-07-08Map OSS mixer device "line1" to native mixer device "aux".kim
2001-05-19Use EAGAIN instead of EWOULDBLOCK. The actual numeric value isjdolecek
2001-05-10Impproved fix of PR12796, from Frederick Bruckman <fb@enteract.com>augustss
2001-05-09Apply patch in PR lib/12796 from Frederick Bruckman <fb@enteract.com>augustss
2000-08-16Use accurate rounding in conversion between OSS and NetBSD volume values.tron
2000-07-05remove extra period in SEE ALL sectionmsaitoh
2000-07-04Implement OSS_GETVERSION.augustss