Home
last modified time | relevance | path

Searched refs:sample_reset (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/sound/synth/emux/
Demux.c87 emu->ops.sample_reset(emu); in sf_sample_reset()
114 if (emu->ops.sample_reset) in snd_emux_register()
115 sf_cb.sample_reset = sf_sample_reset; in snd_emux_register()
Dsoundfont.c1425 if (sflist->callback.sample_reset) in snd_sf_free()
1426 sflist->callback.sample_reset(sflist->callback.private_data); in snd_sf_free()
1441 if (sflist->callback.sample_reset) in snd_soundfont_remove_samples()
1442 sflist->callback.sample_reset(sflist->callback.private_data); in snd_soundfont_remove_samples()
1462 if (sflist->callback.sample_reset) in snd_soundfont_remove_unlocked()
1463 sflist->callback.sample_reset(sflist->callback.private_data); in snd_soundfont_remove_unlocked()
/linux-4.1.27/include/sound/
Dsoundfont.h77 void (*sample_reset)(void *private); member
Demux_synth.h64 void (*sample_reset)(struct snd_emux *emu); member
/linux-4.1.27/sound/isa/sb/
Demu8000_callback.c76 .sample_reset = snd_emu8000_sample_reset,