Note that EAP_USE_BOTH_DACS is deprecated in the eap(4) manual page.

pull/38/head
nia 2024-05-16 11:54:19 +00:00
parent 689d59067a
commit 8b6d31f906
1 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: eap.4,v 1.17 2008/04/30 13:10:53 martin Exp $
.\" $NetBSD: eap.4,v 1.18 2024/05/16 11:54:19 nia Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd July 22, 2006
.Dd May 16, 2024
.Dt EAP 4
.Os
.Sh NAME
@ -53,8 +53,6 @@ options EAP_USE_BOTH_DACS
.Pp
a second audio device is attached.
You can use it simply by directing audio output to it.
This way it is possible for two different programs to use the "same"
audio device simultaneously.
.Sh SEE ALSO
.Xr ac97 4 ,
.Xr audio 4 ,
@ -76,3 +74,8 @@ This is unlikely to work on PCI busses other than the primary one.
There is also a possibility for conflicts with real ISA devices
because the PCI bus is probed before ISA.
Use with caution.
.Pp
The
.Dv EAP_USE_BOTH_DACS
option is rather redundant after the introduction of the in-kernel audio
mixer, and may be removed in a future release.