#!/usr/bin/env ruby puts $*[0][2..-1].split('').each_slice(2).map {|_| '0x%02X' % _.join.to_i(16) }.join(', ') e' title='Atom feed' href='http://git.infra.scholz.ruhr/netbsd/atom/lib/libossaudio/soundcard.h?h=trunk' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/lib/libossaudio/soundcard.h
AgeCommit message (Expand)Author
2021-05-09libossaudio: Various OSSv4 fixes to allow reference programs to compilenia
2020-12-03Add some missing channel order related ioctl defines.nia
2020-11-03ossaudio(3): More capability defines from OSSv4nia
2020-10-23ossaudio(3): Add an implementation of SNDCTL_CARDINFOnia
2020-10-20ossaudio(3): Add SNDCTL_AUDIOINFO_EX as an alias of SNDCTL_AUDIOINFOnia
2020-10-20ossaudio(3): Add some endian-specific U16 formatsnia
2020-10-19ossaudio(3): add some no-op defines for ossv4 compat.nia
2020-10-19ossaudio(3): Add SNDCTL_DSP_CURRENT_(I|O)PTRnia
2020-10-17ossaudio(3): Add initial support for the OSSv4.1 Mixer APInia
2020-10-16ossaudio(3): Add SNDCTL_DSP_COOKEDMODE, SNDCTL_DSP_GETERRORnia
2014-09-09Add missing defines for 16, 24 and 32 bit NE and OE formats.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
2011-09-06Add support for AFMT_AC3jmcneill
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-15s/prototyoe/prototype/bjs
2007-09-18Implement OSS_SNDCTL_DSP_GETODELAY and provide a no-op functionmlelstv
2005-02-09work around a prototype conflict by including ioctl.hdrochner
2005-02-04de-__Pperry
2002-05-27Add SOUND_MASK_* for the last SOUND_MIXER_* values that didn't have any.wiz
2002-01-11Determine the 'native' endianness using _BYTE_ORDER fromkleink
2001-05-09Apply patch in PR lib/12796 from Frederick Bruckman <fb@enteract.com>augustss
1999-11-16Implement SOUND_MIXER_INFO.augustss
1999-04-13Make copyrights conform.augustss
1999-03-18Avoid defining _POSIX_SOURCE.augustss
1999-02-05Make protection against multiple inclusion non-invasive wrt. name space.kleink
1998-06-29Revert the #define of ioctl to its previous state since myaugustss
1998-06-19Add __BEGIN_DECLS & __END_DECLS for C++ and clean up a little.augustss