Paraslash Audio Streaming | |
About News Download Documentation Development |
The OSS mixer plugin. More...
#include <sys/soundcard.h>
#include <sys/ioctl.h>
#include <regex.h>
#include "para.h"
#include "error.h"
#include "mix.h"
#include "fd.h"
#include "string.h"
Macros | |
#define | FOR_EACH_CHANNEL(i) for ((i) = 0; (i) < ARRAY_SIZE(channels); (i)++) |
Iterate over all defined mixer channels. More... | |
Variables | |
const struct mixer | oss_mixer |
The mixer operations for the OSS mixer. More... | |
The OSS mixer plugin.
#define FOR_EACH_CHANNEL | ( | i | ) | for ((i) = 0; (i) < ARRAY_SIZE(channels); (i)++) |
Iterate over all defined mixer channels.
const struct mixer oss_mixer |
The mixer operations for the OSS mixer.
Declared even if unsupported because it does not hurt and avoids ifdefs.