paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Variables
alsa_mix.c File Reference

Variables

const struct mixer alsa_mixer
 

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.