Home
last modified time | relevance | path

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

/Linux-v6.1/sound/isa/sb/
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-v6.1/sound/pci/emu10k1/
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-v6.1/include/sound/
Demux_synth.h34 struct snd_emux_voice *(*get_voice)(struct snd_emux *emu, member
/Linux-v6.1/sound/synth/emux/
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()