summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2003-03-09 01:52:29 +0000
committertedu <tedu@openbsd.org>2003-03-09 01:52:29 +0000
commit339fdfbbe323ed9ae80366ae4a8625735636d7d1 (patch)
tree79e8d91a3b4dacc907eb76be9889e51d22bf8a78
parentflag stereo channels as reversed. those rare people without swapped stereo (diff)
downloadwireguard-openbsd-339fdfbbe323ed9ae80366ae4a8625735636d7d1.tar.xz
wireguard-openbsd-339fdfbbe323ed9ae80366ae4a8625735636d7d1.zip
doc flags for swapping stereo
-rw-r--r--share/man/man4/autri.48
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man4/autri.4 b/share/man/man4/autri.4
index 810f285d983..bccf1e38c15 100644
--- a/share/man/man4/autri.4
+++ b/share/man/man4/autri.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: autri.4,v 1.3 2002/09/26 07:55:39 miod Exp $
+.\" $OpenBSD: autri.4,v 1.4 2003/03/09 01:52:29 tedu Exp $
.\" $NetBSD: autri.4,v 1.1 2001/11/18 16:46:49 augustss Exp $
.\"
.\" Copyright (c) 2001 SOMEYA Yoshihiko and KUROSAWA Takahiro.
@@ -31,7 +31,7 @@
.Nm autri
.Nd Trident 4DWAVE-DX/NX, SiS 7018, ALi M5451 audio device driver
.Sh SYNOPSIS
-.Cd "autri* at pci? dev ? function ?"
+.Cd "autri* at pci? dev ? function ? flags 0x0000"
.Cd "audio* at autri?"
.Cd "midi* at autri?"
.Sh DESCRIPTION
@@ -39,6 +39,10 @@ The
.Nm
device driver supports the AC97 audio controller found in
Trident 4DWAVE-DX/NX, SiS 7018 and ALi M5451.
+.Nm
+typically has reversed stereo channels.
+The driver compensates for this, but the compensation can be turned off
+by setting flags to 0x0001.
.Sh SEE ALSO
.Xr ac97 4 ,
.Xr audio 4 ,