* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*/
-/** \file alsa_writer.c Data specific to the alsa writer */
+/** \file alsa_writer.c paraslash's alsa output plugin */
/*
* Based in parts on aplay.c from the alsa-utils-1.0.8 package,
extern struct gengetopt_args_info conf;
#define FORMAT SND_PCM_FORMAT_S16_LE
+
+/** data specific to the alsa writer */
struct private_alsa_data {
snd_pcm_t *handle;
size_t bytes_per_frame;
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*/
+/** \file file_writer.c simple output plugin for testing purposes */
+
#include "para.h"
#include "write.h"
#include "string.h"