xref: /freebsd/share/man/man4/snd_spicds.4 (revision fa9896e082a1046ff4fbc75fcba4d18d1f2efc19)
1586697a9SAlexander Leidinger.\" Copyright (c) 2006 Alexander Leidinger
2586697a9SAlexander Leidinger.\" All rights reserved.
3586697a9SAlexander Leidinger.\"
4586697a9SAlexander Leidinger.\" Redistribution and use in source and binary forms, with or without
5586697a9SAlexander Leidinger.\" modification, are permitted provided that the following conditions
6586697a9SAlexander Leidinger.\" are met:
7586697a9SAlexander Leidinger.\" 1. Redistributions of source code must retain the above copyright
8586697a9SAlexander Leidinger.\"    notice, this list of conditions and the following disclaimer.
9586697a9SAlexander Leidinger.\" 2. Redistributions in binary form must reproduce the above copyright
10586697a9SAlexander Leidinger.\"    notice, this list of conditions and the following disclaimer in the
11586697a9SAlexander Leidinger.\"    documentation and/or other materials provided with the distribution.
12586697a9SAlexander Leidinger.\"
13586697a9SAlexander Leidinger.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14586697a9SAlexander Leidinger.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15586697a9SAlexander Leidinger.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16586697a9SAlexander Leidinger.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17586697a9SAlexander Leidinger.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18586697a9SAlexander Leidinger.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19586697a9SAlexander Leidinger.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20586697a9SAlexander Leidinger.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21586697a9SAlexander Leidinger.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22586697a9SAlexander Leidinger.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23586697a9SAlexander Leidinger.\" SUCH DAMAGE.
24586697a9SAlexander Leidinger.\"
25c55a273bSJoel Dahl.Dd May 28, 2007
26586697a9SAlexander Leidinger.Dt SND_SPICDS 4
27586697a9SAlexander Leidinger.Os
28586697a9SAlexander Leidinger.Sh NAME
29586697a9SAlexander Leidinger.Nm snd_spicds
30586697a9SAlexander Leidinger.Nd "I2S SPI audio codec driver"
31586697a9SAlexander Leidinger.Sh SYNOPSIS
32586697a9SAlexander LeidingerTo compile this driver into the kernel, place the following lines in your
33586697a9SAlexander Leidingerkernel configuration file:
34586697a9SAlexander Leidinger.Bd -ragged -offset indent
35586697a9SAlexander Leidinger.Cd "device snd_spicds"
36586697a9SAlexander Leidinger.Ed
37586697a9SAlexander Leidinger.Pp
38586697a9SAlexander LeidingerAlternatively, to load the driver as a module at boot time, place the
39586697a9SAlexander Leidingerfollowing line in
40586697a9SAlexander Leidinger.Xr loader.conf 5 :
41586697a9SAlexander Leidinger.Bd -literal -offset indent
42586697a9SAlexander Leidingersnd_spicds_load="YES"
43586697a9SAlexander Leidinger.Ed
44586697a9SAlexander Leidinger.Sh DESCRIPTION
45586697a9SAlexander LeidingerThe
46586697a9SAlexander Leidinger.Nm
47586697a9SAlexander LeidingerI2S codec driver is used by several sound drivers for soundcards which use
48586697a9SAlexander Leidingerthe supported codec chips.
49586697a9SAlexander Leidinger.Sh HARDWARE
50586697a9SAlexander LeidingerThe
51586697a9SAlexander Leidinger.Nm
52586697a9SAlexander Leidingerdriver supports the following codecs:
53586697a9SAlexander Leidinger.Pp
54586697a9SAlexander Leidinger.Bl -bullet -compact
55586697a9SAlexander Leidinger.It
56586697a9SAlexander LeidingerAK4358
57586697a9SAlexander Leidinger.It
58586697a9SAlexander LeidingerAK4381
59586697a9SAlexander Leidinger.It
60c55a273bSJoel DahlAK4396
61c55a273bSJoel Dahl.It
62586697a9SAlexander LeidingerAK4524
63586697a9SAlexander Leidinger.It
64586697a9SAlexander LeidingerAK4528
65586697a9SAlexander Leidinger.It
66586697a9SAlexander LeidingerWM8770
67586697a9SAlexander Leidinger.El
68586697a9SAlexander Leidinger.Sh SEE ALSO
69586697a9SAlexander Leidinger.Xr snd_envy24 4 ,
706174e5f5SRuslan Ermilov.Xr snd_envy24ht 4 ,
716174e5f5SRuslan Ermilov.Xr sound 4
72586697a9SAlexander Leidinger.Sh HISTORY
73586697a9SAlexander LeidingerThe
74586697a9SAlexander Leidinger.Nm
75586697a9SAlexander Leidingerdevice driver first appeared in
7659e2f69aSGabor Kovesdan.Fx 6.3 .
77586697a9SAlexander Leidinger.Sh AUTHORS
78586697a9SAlexander Leidinger.An -nosplit
79586697a9SAlexander LeidingerThe
80586697a9SAlexander Leidinger.Nm
81586697a9SAlexander Leidingerdriver was written by
82586697a9SAlexander Leidinger.An Konstantin Dimitrov
83586697a9SAlexander Leidingerbased upon the
84586697a9SAlexander Leidinger.Xr snd_envy24 4
85586697a9SAlexander Leidingerdriver.
86586697a9SAlexander LeidingerThis manual page was written by
87*6c899950SBaptiste Daroussin.An Alexander Leidinger Aq Mt netchild@FreeBSD.org .
88