diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-03-09 01:52:30 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-03-09 01:52:30 +0000 |
commit | 7a288fb43a23ca3c4857334cbbc53cf10b066ff1 (patch) | |
tree | 6a1f80560591a873b24abe98503402093a2802c5 | |
parent | f4c123e03e861f72bb5bc9c320daf2b709089106 (diff) |
doc flags for swapping stereo
-rw-r--r-- | share/man/man4/autri.4 | 8 |
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 , |