Linux Kernel
3.7.1
|
#include <emux_synth.h>
Data Fields | |
struct module * | owner |
struct snd_emux_voice *(* | get_voice )(struct snd_emux *emu, struct snd_emux_port *port) |
int(* | prepare )(struct snd_emux_voice *vp) |
void(* | trigger )(struct snd_emux_voice *vp) |
void(* | release )(struct snd_emux_voice *vp) |
void(* | update )(struct snd_emux_voice *vp, int update) |
void(* | terminate )(struct snd_emux_voice *vp) |
void(* | free_voice )(struct snd_emux_voice *vp) |
void(* | reset )(struct snd_emux *emu, int ch) |
int(* | sample_new )(struct snd_emux *emu, struct snd_sf_sample *sp, struct snd_util_memhdr *hdr, const void __user *data, long count) |
int(* | sample_free )(struct snd_emux *emu, struct snd_sf_sample *sp, struct snd_util_memhdr *hdr) |
void(* | sample_reset )(struct snd_emux *emu) |
int(* | load_fx )(struct snd_emux *emu, int type, int arg, const void __user *data, long count) |
void(* | sysex )(struct snd_emux *emu, char *buf, int len, int parsed, struct snd_midi_channel_set *chset) |
Definition at line 47 of file emux_synth.h.
void(* free_voice)(struct snd_emux_voice *vp) |
Definition at line 56 of file emux_synth.h.
|
read |
Definition at line 49 of file emux_synth.h.
Definition at line 65 of file emux_synth.h.
Definition at line 48 of file emux_synth.h.
int(* prepare)(struct snd_emux_voice *vp) |
Definition at line 51 of file emux_synth.h.
void(* release)(struct snd_emux_voice *vp) |
Definition at line 53 of file emux_synth.h.
int(* sample_free)(struct snd_emux *emu, struct snd_sf_sample *sp, struct snd_util_memhdr *hdr) |
Definition at line 62 of file emux_synth.h.
int(* sample_new)(struct snd_emux *emu, struct snd_sf_sample *sp, struct snd_util_memhdr *hdr, const void __user *data, long count) |
Definition at line 59 of file emux_synth.h.
void(* sysex)(struct snd_emux *emu, char *buf, int len, int parsed, struct snd_midi_channel_set *chset) |
Definition at line 67 of file emux_synth.h.
void(* terminate)(struct snd_emux_voice *vp) |
Definition at line 55 of file emux_synth.h.
void(* trigger)(struct snd_emux_voice *vp) |
Definition at line 52 of file emux_synth.h.
void(* update)(struct snd_emux_voice *vp, int update) |
Definition at line 54 of file emux_synth.h.