Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/synth/emux/
A Demux.c74 emu->ops.sample_reset(emu); in sf_sample_reset()
101 if (emu->ops.sample_reset) in snd_emux_register()
102 sf_cb.sample_reset = sf_sample_reset; in snd_emux_register()
A Dsoundfont.c1426 if (sflist->callback.sample_reset) in snd_sf_free()
1427 sflist->callback.sample_reset(sflist->callback.private_data); in snd_sf_free()
1442 if (sflist->callback.sample_reset) in snd_soundfont_remove_samples()
1443 sflist->callback.sample_reset(sflist->callback.private_data); in snd_soundfont_remove_samples()
1463 if (sflist->callback.sample_reset) in snd_soundfont_remove_unlocked()
1464 sflist->callback.sample_reset(sflist->callback.private_data); in snd_soundfont_remove_unlocked()
/linux-6.3-rc2/include/sound/
A Dsoundfont.h64 void (*sample_reset)(void *private); member
A Demux_synth.h49 void (*sample_reset)(struct snd_emux *emu); member
/linux-6.3-rc2/sound/isa/sb/
A Demu8000_callback.c63 .sample_reset = snd_emu8000_sample_reset,

Completed in 9 milliseconds