Searched refs:free_voice (Results 1 – 3 of 3) sorted by relevance
403 if (emu->ops.free_voice) in snd_emux_terminate_all()404 emu->ops.free_voice(vp); in snd_emux_terminate_all()439 if (emu->ops.free_voice) in snd_emux_sounds_off_all()440 emu->ops.free_voice(vp); in snd_emux_sounds_off_all()482 if (free && emu->ops.free_voice) in terminate_voice()483 emu->ops.free_voice(vp); in terminate_voice()
35 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
41 void (*free_voice)(struct snd_emux_voice *vp); member