Searched refs:sample_free (Results 1 – 6 of 6) sorted by relevance
/linux/sound/synth/emux/ |
H A D | emux.c | 67 return emu->ops.sample_free(emu, sp, hdr); in sf_sample_free() 98 sf_cb.sample_free = sf_sample_free; in snd_emux_register()
|
H A D | soundfont.c | 1424 sflist->callback.sample_free(sflist->callback.private_data, in snd_sf_clear() 1527 sflist->callback.sample_free(sflist->callback.private_data, in snd_soundfont_remove_unlocked()
|
/linux/include/sound/ |
H A D | soundfont.h | 62 int (*sample_free)(void *private_data, struct snd_sf_sample *sp, member
|
H A D | emux_synth.h | 47 int (*sample_free)(struct snd_emux *emu, struct snd_sf_sample *sp, member
|
/linux/sound/pci/emu10k1/ |
H A D | emu10k1_callback.c | 61 .sample_free = snd_emu10k1_sample_free,
|
/linux/sound/isa/sb/ |
H A D | emu8000_callback.c | 62 .sample_free = snd_emu8000_sample_free,
|