sample_new         44 include/sound/emux_synth.h 	int (*sample_new)(struct snd_emux *emu, struct snd_sf_sample *sp,
sample_new         59 include/sound/soundfont.h 	int (*sample_new)(void *private_data, struct snd_sf_sample *sp,
sample_new         61 sound/isa/sb/emu8000_callback.c 	.sample_new =	snd_emu8000_sample_new,
sample_new         60 sound/pci/emu10k1/emu10k1_callback.c 	.sample_new =	snd_emu10k1_sample_new,
sample_new         59 sound/synth/emux/emux.c 	return emu->ops.sample_new(emu, sp, hdr, buf, count);
sample_new         97 sound/synth/emux/emux.c 	if (emu->ops.sample_new)
sample_new         98 sound/synth/emux/emux.c 		sf_cb.sample_new = sf_sample_new;
sample_new        739 sound/synth/emux/soundfont.c 		rc = sflist->callback.sample_new
sample_new       1007 sound/synth/emux/soundfont.c 	if (sflist->callback.sample_new) {
sample_new       1008 sound/synth/emux/soundfont.c 		rc = sflist->callback.sample_new