Searched refs:free_voice (Results 1 – 3 of 3) sorted by relevance
432 if (emu->ops.free_voice) in snd_emux_terminate_all()433 emu->ops.free_voice(vp); in snd_emux_terminate_all()470 if (emu->ops.free_voice) in snd_emux_sounds_off_all()471 emu->ops.free_voice(vp); in snd_emux_sounds_off_all()516 if (free && emu->ops.free_voice) in terminate_voice()517 emu->ops.free_voice(vp); in terminate_voice()
48 static void free_voice(struct snd_emux_voice *vp);72 .free_voice = free_voice,166 free_voice(struct snd_emux_voice *vp) in free_voice() function
56 void (*free_voice)(struct snd_emux_voice *vp); member