free_voice         41 include/sound/emux_synth.h 	void (*free_voice)(struct snd_emux_voice *vp);
free_voice         35 sound/pci/emu10k1/emu10k1_callback.c static void free_voice(struct snd_emux_voice *vp);
free_voice         59 sound/pci/emu10k1/emu10k1_callback.c 	.free_voice =	free_voice,
free_voice        418 sound/synth/emux/emux_synth.c 			if (emu->ops.free_voice)
free_voice        419 sound/synth/emux/emux_synth.c 				emu->ops.free_voice(vp);
free_voice        456 sound/synth/emux/emux_synth.c 			if (emu->ops.free_voice)
free_voice        457 sound/synth/emux/emux_synth.c 				emu->ops.free_voice(vp);
free_voice        502 sound/synth/emux/emux_synth.c 	if (free && emu->ops.free_voice)
free_voice        503 sound/synth/emux/emux_synth.c 		emu->ops.free_voice(vp);