Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
opl3_drums.c File Reference
#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]
 

Function Documentation

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.

void snd_opl3_load_drums ( struct snd_opl3 opl3)

Definition at line 165 of file opl3_drums.c.

Variable Documentation

char snd_opl3_regmap[MAX_OPL2_VOICES][4]

Definition at line 50 of file opl3_synth.c.