Home
last modified time | relevance | path

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

/linux-4.4.14/sound/synth/emux/
Demux.c80 return emu->ops.sample_free(emu, sp, hdr); in sf_sample_free()
112 if (emu->ops.sample_free) in snd_emux_register()
113 sf_cb.sample_free = sf_sample_free; in snd_emux_register()
Dsoundfont.c1380 if (sflist->callback.sample_free) in snd_sf_clear()
1381 sflist->callback.sample_free(sflist->callback.private_data, in snd_sf_clear()
1483 if (sflist->callback.sample_free) in snd_soundfont_remove_unlocked()
1484 sflist->callback.sample_free(sflist->callback.private_data, in snd_soundfont_remove_unlocked()
/linux-4.4.14/include/sound/
Dsoundfont.h75 int (*sample_free)(void *private_data, struct snd_sf_sample *sp, member
Demux_synth.h62 int (*sample_free)(struct snd_emux *emu, struct snd_sf_sample *sp, member
/linux-4.4.14/sound/isa/sb/
Demu8000_callback.c75 .sample_free = snd_emu8000_sample_free,
/linux-4.4.14/sound/pci/emu10k1/
Demu10k1_callback.c74 .sample_free = snd_emu10k1_sample_free,