Home
last modified time | relevance | path

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

/linux/sound/isa/sb/
A Demu8000_callback.c16 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
/linux/sound/pci/emu10k1/
A Demu10k1_callback.c28 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
/linux/include/sound/
A Demux_synth.h34 struct snd_emux_voice *(*get_voice)(struct snd_emux *emu, member
/linux/sound/synth/emux/
A Demux_synth.c60 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