Searched refs:sample_new (Results 1 – 6 of 6) sorted by relevance
/linux/sound/synth/emux/ |
A D | emux.c | 59 return emu->ops.sample_new(emu, sp, hdr, buf, count); in sf_sample_new() 97 if (emu->ops.sample_new) in snd_emux_register() 98 sf_cb.sample_new = sf_sample_new; in snd_emux_register()
|
A D | soundfont.c | 745 rc = sflist->callback.sample_new in load_data() 1015 if (sflist->callback.sample_new) { in load_guspatch() 1016 rc = sflist->callback.sample_new in load_guspatch()
|
/linux/include/sound/ |
A D | soundfont.h | 59 int (*sample_new)(void *private_data, struct snd_sf_sample *sp, member
|
A D | emux_synth.h | 44 int (*sample_new)(struct snd_emux *emu, struct snd_sf_sample *sp, member
|
/linux/sound/isa/sb/ |
A D | emu8000_callback.c | 61 .sample_new = snd_emu8000_sample_new,
|
/linux/sound/pci/emu10k1/ |
A D | emu10k1_callback.c | 60 .sample_new = snd_emu10k1_sample_new,
|
Completed in 9 milliseconds