summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound/pas2_mixer.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1993-10-29 03:44:07 +0000
committerjkh <jkh@FreeBSD.org>1993-10-29 03:44:07 +0000
commitce47804b9f948c7aa8c1d6dc64ae53d8141bcc2b (patch)
tree5d115e8695930583bb24ce90c651b083cd5bcb9c /sys/i386/isa/sound/pas2_mixer.c
parent222742d2c29a44c33c79b913956caa3f0abec493 (diff)
downloadFreeBSD-src-ce47804b9f948c7aa8c1d6dc64ae53d8141bcc2b.zip
FreeBSD-src-ce47804b9f948c7aa8c1d6dc64ae53d8141bcc2b.tar.gz
Update to latest Linux sound driver 2.0
Diffstat (limited to 'sys/i386/isa/sound/pas2_mixer.c')
-rw-r--r--sys/i386/isa/sound/pas2_mixer.c25
1 files changed, 22 insertions, 3 deletions
diff --git a/sys/i386/isa/sound/pas2_mixer.c b/sys/i386/isa/sound/pas2_mixer.c
index 3aa2072..33135d2 100644
--- a/sys/i386/isa/sound/pas2_mixer.c
+++ b/sys/i386/isa/sound/pas2_mixer.c
@@ -5,9 +5,28 @@
*
* Mixer routines for the Pro Audio Spectrum cards.
*
- * (C) 1992 Hannu Savolainen (hsavolai@cs.helsinki.fi) Craig Metz
- * (cmetz@thor.tjhsst.edu) See COPYING for further details. Should be
- * distributed with this file.
+ * Copyright by Hannu Savolainen 1993
+ *
+ * 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.
+ *
*/
#include "sound_config.h"
OpenPOWER on IntegriCloud