More documentation updates.

This commit is contained in:
Jaroslav Kysela 2001-07-18 12:17:11 +00:00
parent 71c851bce7
commit 0d9a5d0e59
23 changed files with 65 additions and 6 deletions

View file

@ -1,10 +1,11 @@
/**
* \file control/cards.c
* \brief Basic Soundcard Operations
* \author Jaroslav Kysela <perex@suse.cz>
* \date 1998-2001
*/
/*
* Control Interface - main file
* Soundcard Operations - main file
* Copyright (c) 1998 by Jaroslav Kysela <perex@suse.cz>
*
*

View file

@ -1,5 +1,6 @@
/**
* \file control/control.c
* \brief CTL interface - primitive controls
* \author Abramo Bagnara <abramo@alsa-project.org>
* \date 2000
*

View file

@ -1,5 +1,6 @@
/**
* \file control/hcontrol.c
* \brief HCTL Interface - High Level CTL
* \author Jaroslav Kysela <perex@suse.cz>
* \author Abramo Bagnara <abramo@alsa-project.org>
* \date 2000

View file

@ -1,5 +1,6 @@
/**
* \file control/setup.c
* \brief Routines to setup control primitives from configuration
* \author Abramo Bagnara <abramo@alsa-project.org>
* \author Jaroslav Kysela <perex@suse.cz>
* \date 2001