../src/pcm/pcm_meter.c \
../src/pcm/pcm_ladspa.c \
../src/pcm/pcm_asym.c \
+ ../src/pcm/pcm_iec958.c \
../src/pcm/pcm_misc.c \
../src/rawmidi \
../src/timer \
<UL>
<LI>Page \ref control explains the primitive controls API.
<LI>Page \ref hcontrol explains the high-level primitive controls API.
+ <LI>Page \ref mixer explains the mixer controls API.
<LI>Page \ref pcm explains the design of the PCM (digital audio) API.
<LI>Page \ref pcm_plugins explains the design of PCM (digital audio) plugins.
<LI>Page \ref rawmidi explains the design of the RawMidi API.
-/*
+/**
* \file hwdep/hwdep.c
* \brief HwDep Interface (hardware dependent)
* \author Jaroslav Kysela <perex@suse.cz>
*
*/
+/*! \page mixer Mixer interface
+
+<P>Mixer interface is designed to access the abstracted mixer controls.
+This is an abstraction layer over the hcontrol layer.
+
+\section control_general_overview General overview
+
+*/
+
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-/*
+/**
* \file mixer/simple.c
* \brief Mixer Simple Element Class Interface
* \author Jaroslav Kysela <perex@suse.cz>
{0, 0},
};
-#endif
+#endif /* !DOC_HIDDEN */
static const char *get_short_name(const char *lname)
{
-/*
+/**
* \file pcm/pcm_share.c
* \ingroup PCM_Plugins
* \brief PCM Share Plugin Interface
-/*
+/**
* \file timer/timer.c
* \brief Timer Interface
* \author Jaroslav Kysela <perex@suse.cz>
-/*
+/**
* \file timer/timer_query.c
* \author Jaroslav Kysela <perex@suse.cz>
* \date 2001