Home
last modified time | relevance | path

Searched refs:sample_new (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/sound/synth/emux/
Demux.c72 return emu->ops.sample_new(emu, sp, hdr, buf, count); in sf_sample_new()
110 if (emu->ops.sample_new) in snd_emux_register()
111 sf_cb.sample_new = sf_sample_new; in snd_emux_register()
Dsoundfont.c752 rc = sflist->callback.sample_new in load_data()
1018 if (sflist->callback.sample_new) { in load_guspatch()
1019 rc = sflist->callback.sample_new in load_guspatch()
/linux-4.4.14/include/sound/
Dsoundfont.h72 int (*sample_new)(void *private_data, struct snd_sf_sample *sp, member
Demux_synth.h59 int (*sample_new)(struct snd_emux *emu, struct snd_sf_sample *sp, member
/linux-4.4.14/sound/isa/sb/
Demu8000_callback.c74 .sample_new = snd_emu8000_sample_new,
/linux-4.4.14/sound/pci/emu10k1/
Demu10k1_callback.c73 .sample_new = snd_emu10k1_sample_new,