Home
last modified time | relevance | path

Searched refs:load_fx (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/synth/emux/
H A Demux_hwdep.c39 if (emu->ops.load_fx) in snd_emux_hwdep_load_patch()
40 return emu->ops.load_fx(emu, patch.type, patch.optarg, arg, patch.len + sizeof(patch)); in snd_emux_hwdep_load_patch()
H A Demux_oss.c220 if (emu->ops.load_fx) in snd_emux_load_patch_seq_oss()
221 rc = emu->ops.load_fx(emu, patch.type, patch.optarg, buf, count); in snd_emux_load_patch_seq_oss()
/openbmc/linux/sound/isa/sb/
H A Demu8000_callback.c29 static int load_fx(struct snd_emux *emu, int type, int mode,
64 .load_fx = load_fx,
517 load_fx(struct snd_emux *emu, int type, int mode, const void __user *buf, long len) in load_fx() function
/openbmc/linux/include/sound/
H A Demux_synth.h50 int (*load_fx)(struct snd_emux *emu, int type, int arg, member