snd_emux 61 include/sound/emu8000.h struct snd_emux *emu; snd_emux 39 include/sound/emux_synth.h struct snd_emux; snd_emux 49 include/sound/emux_synth.h struct snd_emux_voice *(*get_voice)(struct snd_emux *emu, snd_emux 57 include/sound/emux_synth.h void (*reset)(struct snd_emux *emu, int ch); snd_emux 59 include/sound/emux_synth.h int (*sample_new)(struct snd_emux *emu, struct snd_sf_sample *sp, snd_emux 62 include/sound/emux_synth.h int (*sample_free)(struct snd_emux *emu, struct snd_sf_sample *sp, snd_emux 64 include/sound/emux_synth.h void (*sample_reset)(struct snd_emux *emu); snd_emux 65 include/sound/emux_synth.h int (*load_fx)(struct snd_emux *emu, int type, int arg, snd_emux 67 include/sound/emux_synth.h void (*sysex)(struct snd_emux *emu, char *buf, int len, int parsed, snd_emux 70 include/sound/emux_synth.h int (*oss_ioctl)(struct snd_emux *emu, int cmd, int p1, int p2); snd_emux 144 include/sound/emux_synth.h struct snd_emux *emu; snd_emux 187 include/sound/emux_synth.h struct snd_emux *emu; /* assigned root info */ snd_emux 233 include/sound/emux_synth.h int snd_emux_new(struct snd_emux **remu); snd_emux 234 include/sound/emux_synth.h int snd_emux_register(struct snd_emux *emu, struct snd_card *card, int index, char *name); snd_emux 235 include/sound/emux_synth.h int snd_emux_free(struct snd_emux *emu); snd_emux 240 include/sound/emux_synth.h void snd_emux_terminate_all(struct snd_emux *emu); snd_emux 241 include/sound/emux_synth.h void snd_emux_lock_voice(struct snd_emux *emu, int voice); snd_emux 242 include/sound/emux_synth.h void snd_emux_unlock_voice(struct snd_emux *emu, int voice);