Searched refs:get_voice (Results 1 – 4 of 4) sorted by relevance
16 static struct snd_emux_voice *get_voice(struct snd_emux *emu,54 .get_voice = get_voice,144 get_voice(struct snd_emux *emu, struct snd_emux_port *port) in get_voice() function
28 static struct snd_emux_voice *get_voice(struct snd_emux *emux,53 .get_voice = get_voice,275 get_voice(struct snd_emux *emu, struct snd_emux_port *port) in get_voice() function
34 struct snd_emux_voice *(*get_voice)(struct snd_emux *emu, member
60 if (snd_BUG_ON(!emu || !emu->ops.get_voice || !emu->ops.trigger)) in snd_emux_note_on()89 vp = emu->ops.get_voice(emu, port); in snd_emux_note_on()
Completed in 9 milliseconds