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

/linux-master/sound/pci/emu10k1/
H A Demu10k1_callback.c35 static void free_voice(struct snd_emux_voice *vp);
59 .free_voice = free_voice,
160 free_voice(struct snd_emux_voice *vp) function
/linux-master/include/sound/
H A Demux_synth.h41 void (*free_voice)(struct snd_emux_voice *vp); member in struct:snd_emux_operators
/linux-master/sound/synth/emux/
H A Demux_synth.c418 if (emu->ops.free_voice)
419 emu->ops.free_voice(vp);
456 if (emu->ops.free_voice)
457 emu->ops.free_voice(vp);
490 * if free flag is true, call free_voice after termination
502 if (free && emu->ops.free_voice)
503 emu->ops.free_voice(vp);

Completed in 110 milliseconds