2000-01-15 06:25:09 +00:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 1999 Seigo Tanimura
|
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
|
|
|
.\" $FreeBSD$
|
|
|
|
.\"
|
2005-12-15 20:25:41 +00:00
|
|
|
.Dd December 15, 2005
|
2004-09-08 08:28:02 +00:00
|
|
|
.Dt SND_CSA 4
|
2001-07-10 15:31:11 +00:00
|
|
|
.Os
|
2000-01-15 06:25:09 +00:00
|
|
|
.Sh NAME
|
2004-09-08 08:28:02 +00:00
|
|
|
.Nm snd_csa
|
2001-09-07 16:44:13 +00:00
|
|
|
.Nd Crystal Semiconductor CS461x/462x/4280 PCI bridge device driver
|
2000-01-15 06:25:09 +00:00
|
|
|
.Sh SYNOPSIS
|
2005-12-15 20:25:41 +00:00
|
|
|
To compile this driver into the kernel, place the following lines in your
|
|
|
|
kernel configuration file:
|
|
|
|
.Bd -ragged -offset indent
|
2004-09-08 08:28:02 +00:00
|
|
|
.Cd "device sound"
|
|
|
|
.Cd "device snd_csa"
|
2005-12-15 20:25:41 +00:00
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
Alternatively, to load the driver as a module at boot time, place the
|
|
|
|
following line in
|
|
|
|
.Xr loader.conf 5 :
|
|
|
|
.Bd -literal -offset indent
|
|
|
|
snd_csa_load="YES"
|
|
|
|
.Ed
|
2000-01-15 06:25:09 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
2006-06-18 17:53:04 +00:00
|
|
|
bridge driver allows the generic audio driver
|
2004-09-08 08:28:02 +00:00
|
|
|
.Xr sound 4
|
2004-09-11 15:00:07 +00:00
|
|
|
to attach to Crystal Semiconductor CS461x/462x/4280 based sound cards.
|
|
|
|
.Sh HARDWARE
|
|
|
|
The
|
|
|
|
.Nm
|
2005-05-22 16:14:55 +00:00
|
|
|
driver supports the following sound cards:
|
2004-09-11 15:00:07 +00:00
|
|
|
.Pp
|
|
|
|
.Bl -bullet -compact
|
2000-01-15 06:25:09 +00:00
|
|
|
.It
|
2005-08-18 19:12:14 +00:00
|
|
|
Crystal Semiconductor CS4280
|
2000-01-15 06:25:09 +00:00
|
|
|
.It
|
2005-08-18 19:12:14 +00:00
|
|
|
Crystal Semiconductor CS4610
|
|
|
|
.It
|
|
|
|
Crystal Semiconductor CS4611
|
|
|
|
.It
|
|
|
|
Crystal Semiconductor CS4614
|
|
|
|
.It
|
|
|
|
Crystal Semiconductor CS4615
|
|
|
|
.It
|
|
|
|
Crystal Semiconductor CS4622
|
|
|
|
.It
|
|
|
|
Crystal Semiconductor CS4624
|
|
|
|
.It
|
|
|
|
Crystal Semiconductor CS4630
|
|
|
|
.It
|
|
|
|
Genius Soundmaker 128 Value
|
|
|
|
.It
|
|
|
|
Hercules Game Theatre XP
|
|
|
|
.It
|
|
|
|
Turtle Beach Santa Cruz
|
2000-01-15 06:25:09 +00:00
|
|
|
.El
|
|
|
|
.Pp
|
2002-07-08 20:57:19 +00:00
|
|
|
Some onboard CS4610 chips are accompanied by the CS423x ISA codec
|
|
|
|
instead of the CS4297 AC97 codec.
|
|
|
|
Such configurations are not
|
2004-09-11 15:00:07 +00:00
|
|
|
supported by the
|
2000-01-15 06:25:09 +00:00
|
|
|
.Nm
|
2004-09-11 15:00:07 +00:00
|
|
|
driver yet.
|
2005-01-21 08:36:40 +00:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr sound 4
|
2000-01-15 06:25:09 +00:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
device driver first appeared in
|
|
|
|
.Fx 4.0 .
|
2000-11-17 11:44:16 +00:00
|
|
|
.Sh AUTHORS
|
2000-01-15 06:25:09 +00:00
|
|
|
.An Seigo Tanimura Aq tanimura@r.dl.itc.u-tokyo.ac.jp
|