Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/emu10k1/
H A Dvoice.c35 struct snd_emu10k1_voice **rvoice) in voice_alloc() argument
40 *rvoice = NULL; in voice_alloc()
97 *rvoice = &emu->voices[first_voice]; in voice_alloc()
102 struct snd_emu10k1_voice **rvoice) in snd_emu10k1_voice_alloc() argument
107 if (snd_BUG_ON(!rvoice)) in snd_emu10k1_voice_alloc()
114 result = voice_alloc(emu, type, number, rvoice); in snd_emu10k1_voice_alloc()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth/
H A D0003-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch196 src/rvoice/fluid_rvoice_mixer.c | 55 ++++++++++++++++++++++++++++++++-
199 diff --git a/src/rvoice/fluid_rvoice_mixer.c b/src/rvoice/fluid_rvoice_mixer.c
201 --- a/src/rvoice/fluid_rvoice_mixer.c
202 +++ b/src/rvoice/fluid_rvoice_mixer.c
/OK3568_Linux_fs/kernel/sound/pci/ymfpci/
H A Dymfpci_main.c207 struct snd_ymfpci_voice **rvoice) in voice_alloc() argument
212 *rvoice = NULL; in voice_alloc()
237 *rvoice = voice; in voice_alloc()
245 struct snd_ymfpci_voice **rvoice) in snd_ymfpci_voice_alloc() argument
250 if (snd_BUG_ON(!rvoice)) in snd_ymfpci_voice_alloc()
257 result = voice_alloc(chip, type, pair, rvoice); in snd_ymfpci_voice_alloc()
/OK3568_Linux_fs/kernel/include/sound/
H A Demu10k1.h1875 …mu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int pair, struct snd_emu10k1_voice **rvoice);