Home
last modified time | relevance | path

Searched refs:free_voice (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/sound/pci/emu10k1/
H A Demu10k1_callback.c35 static void free_voice(struct snd_emux_voice *vp);
59 .free_voice = free_voice,
160 free_voice(struct snd_emux_voice *vp) in free_voice() function
/kernel/linux/linux-5.10/sound/pci/emu10k1/
H A Demu10k1_callback.c35 static void free_voice(struct snd_emux_voice *vp);
59 .free_voice = free_voice,
153 free_voice(struct snd_emux_voice *vp) in free_voice() function
/kernel/linux/linux-5.10/sound/synth/emux/
H A Demux_synth.c418 if (emu->ops.free_voice) in snd_emux_terminate_all()
419 emu->ops.free_voice(vp); in snd_emux_terminate_all()
456 if (emu->ops.free_voice) in snd_emux_sounds_off_all()
457 emu->ops.free_voice(vp); in snd_emux_sounds_off_all()
490 * if free flag is true, call free_voice after termination
502 if (free && emu->ops.free_voice) in terminate_voice()
503 emu->ops.free_voice(vp); in terminate_voice()
/kernel/linux/linux-6.6/sound/synth/emux/
H A Demux_synth.c418 if (emu->ops.free_voice) in snd_emux_terminate_all()
419 emu->ops.free_voice(vp); in snd_emux_terminate_all()
456 if (emu->ops.free_voice) in snd_emux_sounds_off_all()
457 emu->ops.free_voice(vp); in snd_emux_sounds_off_all()
490 * if free flag is true, call free_voice after termination
502 if (free && emu->ops.free_voice) in terminate_voice()
503 emu->ops.free_voice(vp); in terminate_voice()
/kernel/linux/linux-5.10/include/sound/
H A Demux_synth.h41 void (*free_voice)(struct snd_emux_voice *vp); member
/kernel/linux/linux-6.6/include/sound/
H A Demux_synth.h41 void (*free_voice)(struct snd_emux_voice *vp); member

Completed in 5 milliseconds