free_voice         56 include/sound/emux_synth.h 	void (*free_voice)(struct snd_emux_voice *vp);
free_voice         47 sound/pci/emu10k1/emu10k1_callback.c static void free_voice(struct snd_emux_voice *vp);
free_voice         71 sound/pci/emu10k1/emu10k1_callback.c 	.free_voice =	free_voice,
free_voice        433 sound/synth/emux/emux_synth.c 			if (emu->ops.free_voice)
free_voice        434 sound/synth/emux/emux_synth.c 				emu->ops.free_voice(vp);
free_voice        471 sound/synth/emux/emux_synth.c 			if (emu->ops.free_voice)
free_voice        472 sound/synth/emux/emux_synth.c 				emu->ops.free_voice(vp);
free_voice        517 sound/synth/emux/emux_synth.c 	if (free && emu->ops.free_voice)
free_voice        518 sound/synth/emux/emux_synth.c 		emu->ops.free_voice(vp);