Home
last modified time | relevance | path

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

/linux/sound/synth/emux/
H A Demux.c74 emu->ops.sample_reset(emu); in sf_sample_reset()
99 if (emu->ops.sample_reset) in snd_emux_register()
100 sf_cb.sample_reset = sf_sample_reset; in snd_emux_register()
/linux/include/sound/
H A Demux_synth.h49 void (*sample_reset)(struct snd_emux *emu); member
/linux/sound/isa/sb/
H A Demu8000_callback.c63 .sample_reset = snd_emu8000_sample_reset,