alsa-lib/src/pcm/mask.c

29 lines
979 B
C
Raw Normal View History

2000-12-21 20:44:10 +00:00
/*
* Mask functions
* Copyright (c) 2000 by Abramo Bagnara <abramo@alsa-project.org>
*
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
2000-12-21 20:44:10 +00:00
* 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 Lesser General Public License for more details.
2000-12-21 20:44:10 +00:00
*
* You should have received a copy of the GNU Lesser General Public
2000-12-21 20:44:10 +00:00
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2000-12-21 20:44:10 +00:00
*
*/
#define SND_MASK_C
#define SND_MASK_INLINE
2000-12-21 20:44:10 +00:00
#include <sys/types.h>
#include <limits.h>
#include "pcm_local.h"
2000-12-21 20:44:10 +00:00