Home
last modified time | relevance | path

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

/linux-4.4.14/sound/isa/sb/
Demu8000_callback.c29 static struct snd_emux_voice *get_voice(struct snd_emux *emu,
67 .get_voice = get_voice,
157 get_voice(struct snd_emux *emu, struct snd_emux_port *port) in get_voice() function
/linux-4.4.14/sound/pci/emu10k1/
Demu10k1_callback.c41 static struct snd_emux_voice *get_voice(struct snd_emux *emux,
66 .get_voice = get_voice,
287 get_voice(struct snd_emux *emu, struct snd_emux_port *port) in get_voice() function
/linux-4.4.14/include/sound/
Demux_synth.h49 struct snd_emux_voice *(*get_voice)(struct snd_emux *emu, member
/linux-4.4.14/sound/synth/emux/
Demux_synth.c74 if (snd_BUG_ON(!emu || !emu->ops.get_voice || !emu->ops.trigger)) in snd_emux_note_on()
103 vp = emu->ops.get_voice(emu, port); in snd_emux_note_on()