Searched refs:get_voice (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/isa/sb/ |
H A D | emu8000_callback.c | 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
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | emu10k1_callback.c | 28 static struct snd_emux_voice *get_voice(struct snd_emux *emux, 53 .get_voice = get_voice, 276 get_voice(struct snd_emux *emu, struct snd_emux_port *port) in get_voice() function
|
/kernel/linux/linux-6.6/sound/isa/sb/ |
H A D | emu8000_callback.c | 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
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emu10k1_callback.c | 28 static struct snd_emux_voice *get_voice(struct snd_emux *emux, 53 .get_voice = get_voice, 274 get_voice(struct snd_emux *emu, struct snd_emux_port *port) in get_voice() function
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | emux_synth.h | 34 struct snd_emux_voice *(*get_voice)(struct snd_emux *emu, member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | emux_synth.h | 34 struct snd_emux_voice *(*get_voice)(struct snd_emux *emu, member
|
/kernel/linux/linux-5.10/sound/synth/emux/ |
H A D | emux_synth.c | 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()
|
/kernel/linux/linux-6.6/sound/synth/emux/ |
H A D | emux_synth.c | 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 7 milliseconds