paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Variables
alsa_mix.c File Reference

The ALSA mixer plugin. More...

#include <regex.h>
#include <alsa/asoundlib.h>
#include "para.h"
#include "error.h"
#include "mix.h"
#include "string.h"

Variables

const struct mixer alsa_mixer
 The mixer operations for the ALSA mixer. More...
 

Detailed Description

The ALSA mixer plugin.

Variable Documentation

◆ alsa_mixer

const struct mixer alsa_mixer
Initial value:
= {
.name = "alsa",
.open = alsa_mix_open,
.get_channels = alsa_mix_get_channels,
.set_channel = alsa_mix_set_channel,
.close = alsa_mix_close,
.get = alsa_mix_get,
.set = alsa_mix_set
}

The mixer operations for the ALSA mixer.