diff options
author | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2007-07-06 04:40:21 +0000 |
---|---|---|
committer | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2007-07-06 04:40:21 +0000 |
commit | d8944a7749386ed10413d532a977fcefea4f9a01 (patch) | |
tree | 302a3bb9f2703e27e9b2f4d60128724819dbd464 /share | |
parent | a7f27ca34d81c30f487b00145683c5601018bf96 (diff) |
- enable full-duplex mode by default if a device is opened
read-write and it supports full-duplex operation.
- update documentation to match this behaviour.
see http://marc.info/?l=openbsd-tech&m=118310788926431&w=2 for
more background on this change
"patches look correct to me" marc@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/audio.4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man4/audio.4 b/share/man/man4/audio.4 index fbae1c8c3d1..17afb388b6a 100644 --- a/share/man/man4/audio.4 +++ b/share/man/man4/audio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: audio.4,v 1.40 2007/05/31 19:19:49 jmc Exp $ +.\" $OpenBSD: audio.4,v 1.41 2007/07/06 04:40:20 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: May 31 2007 $ +.Dd $Mdocdate: July 6 2007 $ .Dt AUDIO 4 .Os .Sh NAME @@ -118,8 +118,7 @@ concurrently without interference. If a full-duplex capable .Nm audio device is opened for both reading and writing, -it will start in half-duplex play mode; full-duplex mode has to be set -explicitly. +it will start in full-duplex playback and recording mode. 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 |