Home
last modified time | relevance | path

Searched refs:free_voice (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/synth/emux/
Demux_synth.c432 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()
/linux-4.1.27/sound/pci/emu10k1/
Demu10k1_callback.c48 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
/linux-4.1.27/include/sound/
Demux_synth.h56 void (*free_voice)(struct snd_emux_voice *vp); member