xref: /freebsd/share/man/man4/snd_t4dwave.4 (revision fa9896e082a1046ff4fbc75fcba4d18d1f2efc19)
1f7098e14SJoel Dahl.\" Copyright (c) 2005 Joel Dahl
2f7098e14SJoel Dahl.\" All rights reserved.
3f7098e14SJoel Dahl.\"
4f7098e14SJoel Dahl.\" Redistribution and use in source and binary forms, with or without
5f7098e14SJoel Dahl.\" modification, are permitted provided that the following conditions
6f7098e14SJoel Dahl.\" are met:
7f7098e14SJoel Dahl.\" 1. Redistributions of source code must retain the above copyright
8f7098e14SJoel Dahl.\"    notice, this list of conditions and the following disclaimer.
9f7098e14SJoel Dahl.\" 2. Redistributions in binary form must reproduce the above copyright
10f7098e14SJoel Dahl.\"    notice, this list of conditions and the following disclaimer in the
11f7098e14SJoel Dahl.\"    documentation and/or other materials provided with the distribution.
12f7098e14SJoel Dahl.\"
13f7098e14SJoel Dahl.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14f7098e14SJoel Dahl.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15f7098e14SJoel Dahl.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16f7098e14SJoel Dahl.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17f7098e14SJoel Dahl.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18f7098e14SJoel Dahl.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19f7098e14SJoel Dahl.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20f7098e14SJoel Dahl.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21f7098e14SJoel Dahl.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22f7098e14SJoel Dahl.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23f7098e14SJoel Dahl.\" SUCH DAMAGE.
24f7098e14SJoel Dahl.\"
2589a50c24SJoel Dahl.Dd December 1, 2005
26f7098e14SJoel Dahl.Dt SND_T4DWAVE 4
27f7098e14SJoel Dahl.Os
28f7098e14SJoel Dahl.Sh NAME
29f7098e14SJoel Dahl.Nm snd_t4dwave
30f7098e14SJoel Dahl.Nd "Trident 4DWave bridge device driver"
31f7098e14SJoel Dahl.Sh SYNOPSIS
3289a50c24SJoel DahlTo compile this driver into the kernel, place the following lines in your
3389a50c24SJoel Dahlkernel configuration file:
3489a50c24SJoel Dahl.Bd -ragged -offset indent
35f7098e14SJoel Dahl.Cd "device sound"
36f7098e14SJoel Dahl.Cd "device snd_t4dwave"
3789a50c24SJoel Dahl.Ed
3889a50c24SJoel Dahl.Pp
3989a50c24SJoel DahlAlternatively, to load the driver as a module at boot time, place the
4089a50c24SJoel Dahlfollowing line in
4189a50c24SJoel Dahl.Xr loader.conf 5 :
4289a50c24SJoel Dahl.Bd -literal -offset indent
4389a50c24SJoel Dahlsnd_t4dwave_load="YES"
4489a50c24SJoel Dahl.Ed
45f7098e14SJoel Dahl.Sh DESCRIPTION
46f7098e14SJoel DahlThe
47f7098e14SJoel Dahl.Nm
48f7098e14SJoel Dahlbridge driver allows the generic audio driver,
49f7098e14SJoel Dahl.Xr sound 4 ,
50f7098e14SJoel Dahlto attach to Trident 4DWave audio devices.
51f7098e14SJoel Dahl.Sh HARDWARE
52f7098e14SJoel DahlThe
53f7098e14SJoel Dahl.Nm
54f7098e14SJoel Dahldriver supports the following audio devices:
55f7098e14SJoel Dahl.Pp
56f7098e14SJoel Dahl.Bl -bullet -compact
57f7098e14SJoel Dahl.It
58f7098e14SJoel DahlAcer Labs M5451
59f7098e14SJoel Dahl.It
60f7098e14SJoel DahlSIS 7018
61f7098e14SJoel Dahl.It
62f7098e14SJoel DahlTrident 4DWave DX
63f7098e14SJoel Dahl.It
64f7098e14SJoel DahlTrident 4DWave NX
65f7098e14SJoel Dahl.El
66f7098e14SJoel Dahl.Sh SEE ALSO
67f7098e14SJoel Dahl.Xr sound 4
68f7098e14SJoel Dahl.Sh HISTORY
69f7098e14SJoel DahlThe
70f7098e14SJoel Dahl.Nm
71f7098e14SJoel Dahldevice driver first appeared in
72f7098e14SJoel Dahl.Fx 4.0 .
73e85afe78SJoel Dahl.Sh AUTHORS
74e85afe78SJoel DahlThis manual page was written by
75*6c899950SBaptiste Daroussin.An Joel Dahl Aq Mt joel@FreeBSD.org .
76