load_fx
int (*load_fx)(struct snd_emux *emu, int type, int arg,
static int load_fx(struct snd_emux *emu, int type, int mode,
.load_fx = load_fx,
if (emu->ops.load_fx)
return emu->ops.load_fx(emu, patch.type, patch.optarg, arg, patch.len + sizeof(patch));
if (emu->ops.load_fx)
rc = emu->ops.load_fx(emu, patch.type,