diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2001-08-18 19:33:31 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2001-08-18 19:33:31 +0000 |
commit | b728c67f4a10e177d3abd254bc75e4faf89b6de9 (patch) | |
tree | a721d3706d295016f4b217d5f1a9f998a7bc86fe /lib/libossaudio/ossaudio.3 | |
parent | 6b0d83b161631a1d2b11af80ce91dad16accf085 (diff) |
sync up libossaudio with NetBSD changes.
--
- 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.
Diffstat (limited to 'lib/libossaudio/ossaudio.3')
-rw-r--r-- | lib/libossaudio/ossaudio.3 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libossaudio/ossaudio.3 b/lib/libossaudio/ossaudio.3 index c2f53d174dc..127487a9457 100644 --- a/lib/libossaudio/ossaudio.3 +++ b/lib/libossaudio/ossaudio.3 @@ -1,9 +1,12 @@ -.\" $OpenBSD: ossaudio.3,v 1.4 1999/07/09 13:35:28 aaron Exp $ -.\" $NetBSD: ossaudio.3,v 1.6 1998/02/05 18:52:19 perry Exp $ +.\" $OpenBSD: ossaudio.3,v 1.5 2001/08/18 19:33:30 brad Exp $ +.\" $NetBSD: ossaudio.3,v 1.12 2001/05/19 17:23:39 jdolecek Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. .\" All rights reserved. .\" +.\" This code is derived from software contributed to The NetBSD Foundation +.\" by Lennart Augustsson, +.\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: @@ -68,7 +71,7 @@ that would block in non-blocking mode Linux returns whereas .Ox 2.3 returns -.Dv EWOULDBLOCK . +.Dv EAGAIN . .Sh HISTORY The .Nm |