Lines Matching refs:snd_emux
24 struct snd_emux;
34 struct snd_emux_voice *(*get_voice)(struct snd_emux *emu,
42 void (*reset)(struct snd_emux *emu, int ch);
44 int (*sample_new)(struct snd_emux *emu, struct snd_sf_sample *sp,
47 int (*sample_free)(struct snd_emux *emu, struct snd_sf_sample *sp,
49 void (*sample_reset)(struct snd_emux *emu);
50 int (*load_fx)(struct snd_emux *emu, int type, int arg,
52 void (*sysex)(struct snd_emux *emu, char *buf, int len, int parsed,
55 int (*oss_ioctl)(struct snd_emux *emu, int cmd, int p1, int p2);
57 int (*get_pitch_shift)(struct snd_emux *emu);
78 struct snd_emux { struct
129 struct snd_emux *emu; argument
172 struct snd_emux *emu; /* assigned root info */
218 int snd_emux_new(struct snd_emux **remu);
219 int snd_emux_register(struct snd_emux *emu, struct snd_card *card, int index, char *name);
220 int snd_emux_free(struct snd_emux *emu);
225 void snd_emux_terminate_all(struct snd_emux *emu);
226 void snd_emux_lock_voice(struct snd_emux *emu, int voice);
227 void snd_emux_unlock_voice(struct snd_emux *emu, int voice);