Deleted Added
full compact
pcm.4 (47337) pcm.4 (49831)
1.\"
2.\" Copyright (c) 1998, Luigi Rizzo
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\"
2.\" Copyright (c) 1998, Luigi Rizzo
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $Id: pcm.4,v 1.3 1999/03/02 07:27:01 jkoshy Exp $
26.\" $Id: pcm.4,v 1.4 1999/05/20 09:56:06 yokota Exp $
27.\"
28.Dd June 3, 1998
29.Dt PCM 4 i386
30.Os FreeBSD
31.Sh NAME
32.Nm pcm
33.Nd FreeBSD audio device driver
34.Sh SYNOPSIS

--- 160 unchanged lines hidden (view full) ---

195SB16 support is not very good. Also, mixer support is not complete,
196and some features of your cards (e.g. global volume control) might not
197be supported on all devices.
198.Sh HISTORY
199The
200.Nm pcm
201device driver first appeared in
202.Fx 2.2.6
27.\"
28.Dd June 3, 1998
29.Dt PCM 4 i386
30.Os FreeBSD
31.Sh NAME
32.Nm pcm
33.Nd FreeBSD audio device driver
34.Sh SYNOPSIS

--- 160 unchanged lines hidden (view full) ---

195SB16 support is not very good. Also, mixer support is not complete,
196and some features of your cards (e.g. global volume control) might not
197be supported on all devices.
198.Sh HISTORY
199The
200.Nm pcm
201device driver first appeared in
202.Fx 2.2.6
203.Sh AUTHOR
203.Sh AUTHORS
204The
205.Nm
204The
205.Nm
206device driver and this manual page were written by Luigi Rizzo
207(luigi@iet.unipi.it)
206device driver and this manual page were written by
207.An Luigi Rizzo Aq luigi@iet.unipi.it