summaryrefslogtreecommitdiff
path: root/lib/libossaudio
AgeCommit message (Expand)Author
2022-12-04lib: Mark up error names in man pages with .Eruwe
2021-06-09ossaudio(3): continue getting capabilities if AUDIO_GETFORMAT failsnia
2021-06-08ossaudio(3): nested switch statements are hard to read, refactornia
2021-06-08ossaudio(3): refactor library into separate filesnia
2021-05-09ossaudio: Set handle on OSSv4 mixer devicesnia
2021-05-09libossaudio: Various OSSv4 fixes to allow reference programs to compilenia
2021-03-15ossv4 mixer API: be extra careful with the inputs to AUDIO_MIXER_READ.nia
2020-12-19ossaudio(3): Do not reuse results from AUDIO_GETBUFINFO in SETINFOnia
2020-12-03Add some missing channel order related ioctl defines.nia
2020-11-13ossaudio(3): Clone some useful behaviour from the Solaris kernelnia
2020-11-04ossaudio(3): Set errno and return -1 rather than returning errno.nia
2020-11-03ossaudio(3): Reduce code duplication for querying capabilitiesnia
2020-11-03ossaudio(3): Return device playback and capture capabilities in GETCAPSnia
2020-11-03ossaudio(3): More capability defines from OSSv4nia
2020-11-03ossaudio(3): return correctly initialized return value in unlikelynia
2020-10-30ossaudio(3): Simplify setting rate (try to supply the nearest one possible)nia
2020-10-24libossaudio: return newfd here as we return retval elsewhereroy
2020-10-23Fix typo in comment.wiz
2020-10-23ossaudio(3): Add an implementation of SNDCTL_CARDINFOnia
2020-10-22ossaudio(3): This is not compat_linuxnia
2020-10-20ossaudio(3): Add SNDCTL_AUDIOINFO_EX as an alias of SNDCTL_AUDIOINFOnia
2020-10-20Remove trailing whitespace.wiz
2020-10-20ossaudio(3): Plug a fd leak in the new mixer APInia
2020-10-20ossaudio.3: Bump datenia
2020-10-20ossaudio(3): Turn BUGS section into a list of potential compat issuesnia
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): these ioctls need to return samples, not bytesnia
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-17Use Fx and Nx. End Rs block. Remove trailing whitespace.wiz
2020-10-16ossaudio.3: note this is most/all of ossv3 and some of ossv4nia
2020-10-16ossaudio(3): Add SNDCTL_DSP_COOKEDMODE, SNDCTL_DSP_GETERRORnia
2020-10-16ossaudio.3: Sort sections.nia
2020-10-16ossaudio.3: More information about the history and status of this APInia
2020-10-16ossaudio: Bump copyright date and improve description.nia
2020-10-16ossaudio: Add comments for the more obscure parts of SNDCTL_AUDIOINFOnia
2020-10-16ossaudio: Various OSSv4 fixes for SNDCTL_AUDIOINFOnia
2020-04-20ossaudio: removed outdated commentnia
2020-04-19ossaudio: Implement SNDCTL_DSP_(SET|GET)TRIGGER.nia
2020-04-19ossaudio: Make SNDCTL_DSP_[GET|SET][PLAY|RECORD]VOL closer to OSSv4nia
2020-04-15ossaudio: If the user's channel count is rejected, use the hardware countnia
2020-04-15ossaudio: Make SNDCTL_DSP_SETFMT conform with OSSv4.nia
2020-04-15ossaudio: Make SNDCTL_DSP_SPEED more robust when using invalid rates.nia
2019-11-03Use record field for recording even onisaki
2019-11-02Use record.sample_rate for recording on SNDCTL_DSP_SPEED.isaki
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