1558a398bSSimon Schubert.\" Copyright (c) 2005 Joel Dahl 2558a398bSSimon Schubert.\" All rights reserved. 3558a398bSSimon Schubert.\" 4558a398bSSimon Schubert.\" Redistribution and use in source and binary forms, with or without 5558a398bSSimon Schubert.\" modification, are permitted provided that the following conditions 6558a398bSSimon Schubert.\" are met: 7558a398bSSimon Schubert.\" 1. Redistributions of source code must retain the above copyright 8558a398bSSimon Schubert.\" notice, this list of conditions and the following disclaimer. 9558a398bSSimon Schubert.\" 2. Redistributions in binary form must reproduce the above copyright 10558a398bSSimon Schubert.\" notice, this list of conditions and the following disclaimer in the 11558a398bSSimon Schubert.\" documentation and/or other materials provided with the distribution. 12558a398bSSimon Schubert.\" 13558a398bSSimon Schubert.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 14558a398bSSimon Schubert.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 15558a398bSSimon Schubert.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 16558a398bSSimon Schubert.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 17558a398bSSimon Schubert.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 18558a398bSSimon Schubert.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 19558a398bSSimon Schubert.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 20558a398bSSimon Schubert.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21558a398bSSimon Schubert.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 22558a398bSSimon Schubert.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 23558a398bSSimon Schubert.\" SUCH DAMAGE. 24558a398bSSimon Schubert.\" 25*f2b1092cSHasso Tepper.\" $FreeBSD: src/share/man/man4/snd_vibes.4,v 1.1.4.1 2006/01/09 12:48:39 joel Exp $ 26*f2b1092cSHasso Tepper.\" $DragonFly: src/share/man/man4/snd_vibes.4,v 1.2 2007/06/16 17:44:34 hasso Exp $ 27558a398bSSimon Schubert.\" 28558a398bSSimon Schubert.Dd December 1, 2005 29558a398bSSimon Schubert.Dt SND_VIBES 4 30558a398bSSimon Schubert.Os 31558a398bSSimon Schubert.Sh NAME 32558a398bSSimon Schubert.Nm snd_vibes 33558a398bSSimon Schubert.Nd "S3 SonicVibes bridge device driver" 34558a398bSSimon Schubert.Sh SYNOPSIS 35558a398bSSimon SchubertTo compile this driver into the kernel, place the following lines in your 36558a398bSSimon Schubertkernel configuration file: 37558a398bSSimon Schubert.Bd -ragged -offset indent 38558a398bSSimon Schubert.Cd "device pcm" 39558a398bSSimon Schubert.Cd "device snd_vibes" 40558a398bSSimon Schubert.Ed 41558a398bSSimon Schubert.Pp 42558a398bSSimon SchubertAlternatively, to load the driver as a module at boot time, place the 43558a398bSSimon Schubertfollowing line in 44558a398bSSimon Schubert.Xr loader.conf 5 : 45558a398bSSimon Schubert.Bd -literal -offset indent 46558a398bSSimon Schubertsnd_vibes_load="YES" 47558a398bSSimon Schubert.Ed 48558a398bSSimon Schubert.Sh DESCRIPTION 49558a398bSSimon SchubertThe 50558a398bSSimon Schubert.Nm 51558a398bSSimon Schubertbridge driver allows the generic audio driver, 52558a398bSSimon Schubert.Xr sound 4 , 53558a398bSSimon Schubertto attach audio devices based on the S3 SonicVibes chipset. 54558a398bSSimon Schubert.Sh HARDWARE 55558a398bSSimon SchubertThe 56558a398bSSimon Schubert.Nm 57558a398bSSimon Schubertdriver supports audio devices based on the following chipset: 58558a398bSSimon Schubert.Pp 59558a398bSSimon Schubert.Bl -bullet -compact 60558a398bSSimon Schubert.It 61558a398bSSimon SchubertS3 SonicVibes 62558a398bSSimon Schubert.El 63558a398bSSimon Schubert.Sh SEE ALSO 64558a398bSSimon Schubert.Xr sound 4 65558a398bSSimon Schubert.Sh HISTORY 66558a398bSSimon SchubertThe 67558a398bSSimon Schubert.Nm 68558a398bSSimon Schubertdevice driver first appeared in 69558a398bSSimon Schubert.Fx 4.4 . 70558a398bSSimon Schubert.Sh AUTHORS 71558a398bSSimon SchubertThis manual page was written by 72558a398bSSimon Schubert.An Joel Dahl Aq joel@FreeBSD.org . 73