diff options
author | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2007-08-08 05:51:24 +0000 |
---|---|---|
committer | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2007-08-08 05:51:24 +0000 |
commit | ab7d8d6f72eaf545669a7d736154cba05a99d173 (patch) | |
tree | 11952b352ba578cd22f00b8c7a818381e28c6a8b /share/man | |
parent | 084a202b04e7dbd9cd647e130a24c7fd14e230d2 (diff) |
revert the change in rev 1.60 of audio.c and the corresponding
documentation change
the audio layer is still too "imperfect" for this change
fixes problems reported aanriot, matthieu and dtucker
requested by deraadt
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/audio.4 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man4/audio.4 b/share/man/man4/audio.4 index 17afb388b6a..20761790407 100644 --- a/share/man/man4/audio.4 +++ b/share/man/man4/audio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: audio.4,v 1.41 2007/07/06 04:40:20 jakemsr Exp $ +.\" $OpenBSD: audio.4,v 1.42 2007/08/08 05:51:23 jakemsr Exp $ .\" $NetBSD: audio.4,v 1.20 1998/05/28 17:27:15 augustss Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -35,7 +35,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 6 2007 $ +.Dd $Mdocdate: August 8 2007 $ .Dt AUDIO 4 .Os .Sh NAME @@ -118,7 +118,8 @@ concurrently without interference. If a full-duplex capable .Nm audio device is opened for both reading and writing, -it will start in full-duplex playback and recording mode. +it will start in half-duplex play mode; full-duplex mode has to be set +explicitly. On either type of device, if the playback mode is paused then silence is played instead of the provided samples and, if recording is paused, then the process blocks in |