sample_free        47 include/sound/emux_synth.h 	int (*sample_free)(struct snd_emux *emu, struct snd_sf_sample *sp,
sample_free        62 include/sound/soundfont.h 	int (*sample_free)(void *private_data, struct snd_sf_sample *sp,
sample_free        62 sound/isa/sb/emu8000_callback.c 	.sample_free =	snd_emu8000_sample_free,
sample_free        61 sound/pci/emu10k1/emu10k1_callback.c 	.sample_free =	snd_emu10k1_sample_free,
sample_free        67 sound/synth/emux/emux.c 	return emu->ops.sample_free(emu, sp, hdr);
sample_free        99 sound/synth/emux/emux.c 	if (emu->ops.sample_free)
sample_free       100 sound/synth/emux/emux.c 		sf_cb.sample_free = sf_sample_free;
sample_free      1369 sound/synth/emux/soundfont.c 			if (sflist->callback.sample_free)
sample_free      1370 sound/synth/emux/soundfont.c 				sflist->callback.sample_free(sflist->callback.private_data,
sample_free      1472 sound/synth/emux/soundfont.c 			if (sflist->callback.sample_free)
sample_free      1473 sound/synth/emux/soundfont.c 				sflist->callback.sample_free(sflist->callback.private_data,