Home
last modified time | relevance | path

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

/linux-4.4.14/sound/synth/emux/
Demux_hwdep.c48 if (emu->ops.load_fx) in snd_emux_hwdep_load_patch()
49 return emu->ops.load_fx(emu, patch.type, patch.optarg, arg, patch.len + sizeof(patch)); in snd_emux_hwdep_load_patch()
Demux_oss.c235 if (emu->ops.load_fx) in snd_emux_load_patch_seq_oss()
236 rc = emu->ops.load_fx(emu, patch.type, patch.optarg, buf, count); in snd_emux_load_patch_seq_oss()
/linux-4.4.14/sound/isa/sb/
Demu8000_callback.c42 static int load_fx(struct snd_emux *emu, int type, int mode,
77 .load_fx = load_fx,
530 load_fx(struct snd_emux *emu, int type, int mode, const void __user *buf, long len) in load_fx() function
/linux-4.4.14/include/sound/
Demux_synth.h65 int (*load_fx)(struct snd_emux *emu, int type, int arg, member