Mercurial > audlegacy
view Plugins/Output/sun/mixer.h @ 972:7897fba5a46e trunk
[svn] - don't use dct9 in integer mode
author | nenolod |
---|---|
date | Wed, 26 Apr 2006 11:38:41 -0700 |
parents | f9e8807ea6e5 |
children | f12d7e208b43 |
line wrap: on
line source
/* * Copyright (C) 2001 CubeSoft Communications, Inc. * <http://www.csoft.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ int sun_mixer_open(void); void sun_mixer_close(void); int sun_mixer_get_dev(int, int *, char *); void sun_get_volume(int *, int *); void sun_set_volume(int, int);