Home
last modified time | relevance | path

Searched refs:snd_emu8000_load_chorus_fx (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/sound/
H A Demu8000.h102 int snd_emu8000_load_chorus_fx(struct snd_emu8000 *emu, int mode, const void __user *buf, long len);
/openbmc/linux/sound/isa/sb/
H A Demu8000.c651 snd_emu8000_load_chorus_fx(struct snd_emu8000 *emu, int mode, const void __user *buf, long len) in snd_emu8000_load_chorus_fx() function
1123 EXPORT_SYMBOL(snd_emu8000_load_chorus_fx);
H A Demu8000_callback.c528 return snd_emu8000_load_chorus_fx(hw, mode, buf, len); in load_fx()