dsp.h revision 78362
176140Sdd/*
276140Sdd * Copyright (c) 1999 Cameron Grant <gandalf@vilnya.demon.co.uk>
376140Sdd * All rights reserved.
476140Sdd *
579462Sbmah * Redistribution and use in source and binary forms, with or without
679809Sbmah * modification, are permitted provided that the following conditions
776222Sbmah * are met:
876222Sbmah * 1. Redistributions of source code must retain the above copyright
976222Sbmah *    notice, this list of conditions and the following disclaimer.
1079462Sbmah * 2. Redistributions in binary form must reproduce the above copyright
1179462Sbmah *    notice, this list of conditions and the following disclaimer in the
1298515Sbmah *    documentation and/or other materials provided with the distribution.
1398515Sbmah *
1498515Sbmah * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1598515Sbmah * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1698515Sbmah * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1798515Sbmah * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1898515Sbmah * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1998515Sbmah * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2098515Sbmah * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2198515Sbmah * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2298515Sbmah * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2398515Sbmah * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2498515Sbmah * SUCH DAMAGE.
2598515Sbmah *
2698515Sbmah * $FreeBSD: head/sys/dev/sound/pcm/dsp.h 78362 2001-06-16 21:25:10Z cg $
2798515Sbmah */
2898515Sbmah
29133094Ssimonint dsp_register(int unit, int channel);
30133094Ssimonint dsp_unregister(int unit, int channel);
31133094Ssimon
32133094Ssimon
33133094Ssimon