Linux Kernel
3.7.1
|
#include "opl3_voice.h"
Go to the source code of this file.
Data Structures | |
struct | snd_opl3_drum_voice |
struct | snd_opl3_drum_note |
Functions | |
void | snd_opl3_load_drums (struct snd_opl3 *opl3) |
void | snd_opl3_drum_switch (struct snd_opl3 *opl3, int note, int vel, int on_off, struct snd_midi_channel *chan) |
Variables | |
char | snd_opl3_regmap [MAX_OPL2_VOICES][4] |
void snd_opl3_drum_switch | ( | struct snd_opl3 * | opl3, |
int | note, | ||
int | vel, | ||
int | on_off, | ||
struct snd_midi_channel * | chan | ||
) |
Definition at line 185 of file opl3_drums.c.
Definition at line 165 of file opl3_drums.c.
char snd_opl3_regmap[MAX_OPL2_VOICES][4] |
Definition at line 50 of file opl3_synth.c.