xref: /dflybsd-src/sys/dev/sound/pcm/dsp.h (revision 34e3e97f5b33f6ce58a682336a8c705db5c5514b)
1558a398bSSimon Schubert /*-
2558a398bSSimon Schubert  * Copyright (c) 1999 Cameron Grant <cg@freebsd.org>
3984263bcSMatthew Dillon  * All rights reserved.
4984263bcSMatthew Dillon  *
5984263bcSMatthew Dillon  * Redistribution and use in source and binary forms, with or without
6984263bcSMatthew Dillon  * modification, are permitted provided that the following conditions
7984263bcSMatthew Dillon  * are met:
8984263bcSMatthew Dillon  * 1. Redistributions of source code must retain the above copyright
9984263bcSMatthew Dillon  *    notice, this list of conditions and the following disclaimer.
10984263bcSMatthew Dillon  * 2. Redistributions in binary form must reproduce the above copyright
11984263bcSMatthew Dillon  *    notice, this list of conditions and the following disclaimer in the
12984263bcSMatthew Dillon  *    documentation and/or other materials provided with the distribution.
13984263bcSMatthew Dillon  *
14984263bcSMatthew Dillon  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15984263bcSMatthew Dillon  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16984263bcSMatthew Dillon  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17984263bcSMatthew Dillon  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18984263bcSMatthew Dillon  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19984263bcSMatthew Dillon  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20984263bcSMatthew Dillon  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21984263bcSMatthew Dillon  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22984263bcSMatthew Dillon  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23984263bcSMatthew Dillon  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24984263bcSMatthew Dillon  * SUCH DAMAGE.
25984263bcSMatthew Dillon  *
26558a398bSSimon Schubert  * $FreeBSD: src/sys/dev/sound/pcm/dsp.h,v 1.9 2005/01/06 01:43:20 imp Exp $
27*34e3e97fSSimon Schubert  * $DragonFly: src/sys/dev/sound/pcm/dsp.h,v 1.4 2007/06/14 21:48:36 corecode Exp $
28984263bcSMatthew Dillon  */
29984263bcSMatthew Dillon 
30558a398bSSimon Schubert extern struct dev_ops dsp_cdevsw;
31*34e3e97fSSimon Schubert 
32*34e3e97fSSimon Schubert struct snddev_info *dsp_get_info(struct cdev *dev);
33