Searched refs:sample_reset (Results 1 – 4 of 4) sorted by relevance
74 emu->ops.sample_reset(emu); in sf_sample_reset()98 if (emu->ops.sample_reset) in snd_emux_register()99 sf_cb.sample_reset = sf_sample_reset; in snd_emux_register()
1420 if (sflist->callback.sample_reset) in snd_sf_free()1421 sflist->callback.sample_reset(sflist->callback.private_data); in snd_sf_free()1436 if (sflist->callback.sample_reset) in snd_soundfont_remove_samples()1437 sflist->callback.sample_reset(sflist->callback.private_data); in snd_soundfont_remove_samples()1456 if (sflist->callback.sample_reset) in snd_soundfont_remove_unlocked()1457 sflist->callback.sample_reset(sflist->callback.private_data); in snd_soundfont_remove_unlocked()
49 void (*sample_reset)(struct snd_emux *emu); member
63 .sample_reset = snd_emu8000_sample_reset,