load_fx            65 include/sound/emux_synth.h 	int (*load_fx)(struct snd_emux *emu, int type, int arg,
load_fx            41 sound/isa/sb/emu8000_callback.c static int load_fx(struct snd_emux *emu, int type, int mode,
load_fx            76 sound/isa/sb/emu8000_callback.c 	.load_fx =	load_fx,
load_fx            67 sound/synth/emux/emux_hwdep.c 		if (emu->ops.load_fx)
load_fx            68 sound/synth/emux/emux_hwdep.c 			return emu->ops.load_fx(emu, patch.type, patch.optarg, arg, patch.len + sizeof(patch));
load_fx           242 sound/synth/emux/emux_oss.c 			if (emu->ops.load_fx)
load_fx           243 sound/synth/emux/emux_oss.c 				rc = emu->ops.load_fx(emu, patch.type, patch.optarg, buf, count);