Linux Kernel
3.7.1
|
#include <opl4_local.h>
Data Fields | |
struct list_head | list |
int | number |
struct snd_midi_channel * | chan |
int | note |
int | velocity |
struct opl4_sound * | sound |
u8 | level_direct |
u8 | reg_f_number |
u8 | reg_misc |
u8 | reg_lfo_vibrato |
Definition at line 159 of file opl4_local.h.
Definition at line 162 of file opl4_local.h.
u8 level_direct |
Definition at line 166 of file opl4_local.h.
Definition at line 160 of file opl4_local.h.
int note |
Definition at line 163 of file opl4_local.h.
int number |
Definition at line 161 of file opl4_local.h.
u8 reg_f_number |
Definition at line 167 of file opl4_local.h.
u8 reg_lfo_vibrato |
Definition at line 169 of file opl4_local.h.
u8 reg_misc |
Definition at line 168 of file opl4_local.h.
struct opl4_sound* sound |
Definition at line 165 of file opl4_local.h.
int velocity |
Definition at line 164 of file opl4_local.h.