sample_reset       49 include/sound/emux_synth.h 	void (*sample_reset)(struct snd_emux *emu);
sample_reset       64 include/sound/soundfont.h 	void (*sample_reset)(void *private);
sample_reset       63 sound/isa/sb/emu8000_callback.c 	.sample_reset = snd_emu8000_sample_reset,
sample_reset       74 sound/synth/emux/emux.c 	emu->ops.sample_reset(emu);
sample_reset      101 sound/synth/emux/emux.c 	if (emu->ops.sample_reset)
sample_reset      102 sound/synth/emux/emux.c 		sf_cb.sample_reset = sf_sample_reset;
sample_reset     1414 sound/synth/emux/soundfont.c 	if (sflist->callback.sample_reset)
sample_reset     1415 sound/synth/emux/soundfont.c 		sflist->callback.sample_reset(sflist->callback.private_data);
sample_reset     1430 sound/synth/emux/soundfont.c 	if (sflist->callback.sample_reset)
sample_reset     1431 sound/synth/emux/soundfont.c 		sflist->callback.sample_reset(sflist->callback.private_data);
sample_reset     1451 sound/synth/emux/soundfont.c 	if (sflist->callback.sample_reset)
sample_reset     1452 sound/synth/emux/soundfont.c 		sflist->callback.sample_reset(sflist->callback.private_data);