diff options
Diffstat (limited to 'include/hwdep.h')
-rw-r--r-- | include/hwdep.h | 37 |
1 files changed, 31 insertions, 6 deletions
diff --git a/include/hwdep.h b/include/hwdep.h index 8743fcd7..a878cc8f 100644 --- a/include/hwdep.h +++ b/include/hwdep.h @@ -1,9 +1,32 @@ -/**************************************************************************** - * * - * hwdep.h * - * Hardware depedent interface * - * * - ****************************************************************************/ +/** + * \file <alsa/hwdep.h> + * \brief Application interface library for the ALSA driver + * \author Jaroslav Kysela <perex@suse.cz> + * \author Abramo Bagnara <abramo@alsa-project.org> + * \author Takashi Iwai <tiwai@suse.de> + * \date 1998-2001 + * + * Application interface library for the ALSA driver + * + * + * This library is free software; you can redistribute it and/or modify + * it under the terms of the GNU Library 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 Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ + +#ifndef __ALSA_HWDEP_H +#define __ALSA_HWDEP_H /** * \defgroup HwDep Hardware Dependant Interface @@ -84,3 +107,5 @@ void snd_hwdep_info_set_device(snd_hwdep_info_t *obj, unsigned int val); /** \} */ +#endif /* __ALSA_HWDEP_H */ + |