Searched refs:rvoice (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/sound/pci/emu10k1/ |
H A D | voice.c | 25 struct snd_emu10k1_pcm *epcm, struct snd_emu10k1_voice **rvoice) in voice_alloc() argument 58 *rvoice = &emu->voices[i]; in voice_alloc() 78 struct snd_emu10k1_pcm *epcm, struct snd_emu10k1_voice **rvoice) in snd_emu10k1_voice_alloc() argument 83 if (snd_BUG_ON(!rvoice)) in snd_emu10k1_voice_alloc() 92 result = voice_alloc(emu, type, count, epcm, &rvoice[got]); in snd_emu10k1_voice_alloc() 111 voice_free(emu, rvoice[i] + j); in snd_emu10k1_voice_alloc() 112 rvoice[i] = NULL; in snd_emu10k1_voice_alloc()
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth/ |
H A D | 0003-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch | 196 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
|
/openbmc/linux/sound/pci/ymfpci/ |
H A D | ymfpci_main.c | 202 struct snd_ymfpci_voice **rvoice) in voice_alloc() argument 207 *rvoice = NULL; in voice_alloc() 232 *rvoice = voice; in voice_alloc() 240 struct snd_ymfpci_voice **rvoice) in snd_ymfpci_voice_alloc() argument 245 if (snd_BUG_ON(!rvoice)) in snd_ymfpci_voice_alloc() 252 result = voice_alloc(chip, type, pair, rvoice); in snd_ymfpci_voice_alloc()
|
/openbmc/linux/include/sound/ |
H A D | emu10k1.h | 1890 struct snd_emu10k1_pcm *epcm, struct snd_emu10k1_voice **rvoice);
|