diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/auich.4 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/auich.4 b/share/man/man4/auich.4 index 09a457a24e0..50db1f9fc81 100644 --- a/share/man/man4/auich.4 +++ b/share/man/man4/auich.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: auich.4,v 1.10 2003/03/19 20:16:33 mickey Exp $ +.\" $OpenBSD: auich.4,v 1.11 2003/05/20 00:25:41 tedu Exp $ .\" .\" Copyright (c) 2000-2001 Michael Shalayeff .\" All rights reserved @@ -34,7 +34,7 @@ .Nm auich .Nd Intel 82801AA/AB/BA/CA, 82440MX, and compatibles PCI audio driver .Sh SYNOPSIS -.Cd "auich* at pci? dev ? function ?" +.Cd "auich* at pci? dev ? function ? flags 0x0000" .Cd "audio* at auich?" .Sh DESCRIPTION The @@ -50,6 +50,9 @@ Unfortunately, simultaneous recording from both line and microphone inputs is not supported due to the current .Xr ac97 4 design. +Setting +.Ar flags +to 0x0001 will compensate for machines that have reversed stereo. .Sh SEE ALSO .Xr ac97 4 , .Xr audio 4 , |