#include "common/scummsys.h"
#include "common/config-manager.h"
#include "common/error.h"
#include "common/textconsole.h"
#include "common/util.h"
#include "audio/musicplugin.h"
#include "audio/mpu401.h"
#include <alsa/asoundlib.h>
Go to the source code of this file.
Define Documentation
#define FORBIDDEN_SYMBOL_ALLOW_ALL |
#define my_snd_seq_open |
( |
|
seqp |
) |
snd_seq_open(seqp, SND_SEQ_OPEN) |
#define perm_ok |
( |
|
pinfo, |
|
|
|
bits | |
|
) |
| | ((snd_seq_port_info_get_capability(pinfo) & (bits)) == (bits)) |
Typedef Documentation
Function Documentation
static int check_permission |
( |
snd_seq_port_info_t * |
pinfo |
) |
[static] |