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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Demux_hwdep.c48 if (emu->ops.load_fx)
49 return emu->ops.load_fx(emu, patch.type, patch.optarg, arg, patch.len + sizeof(patch));
H A Demux_oss.c242 if (emu->ops.load_fx)
243 rc = emu->ops.load_fx(emu, patch.type, patch.optarg, buf, count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Demu8000_callback.c41 static int load_fx(struct snd_emux *emu, int type, int mode,
76 .load_fx = load_fx,
529 load_fx(struct snd_emux *emu, int type, int mode, const void __user *buf, long len) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Demux_synth.h65 int (*load_fx)(struct snd_emux *emu, int type, int arg, member in struct:snd_emux_operators

Completed in 64 milliseconds