sf_cb 80 sound/synth/emux/emux.c struct snd_sf_callback sf_cb; sf_cb 95 sound/synth/emux/emux.c memset(&sf_cb, 0, sizeof(sf_cb)); sf_cb 96 sound/synth/emux/emux.c sf_cb.private_data = emu; sf_cb 98 sound/synth/emux/emux.c sf_cb.sample_new = sf_sample_new; sf_cb 100 sound/synth/emux/emux.c sf_cb.sample_free = sf_sample_free; sf_cb 102 sound/synth/emux/emux.c sf_cb.sample_reset = sf_sample_reset; sf_cb 103 sound/synth/emux/emux.c emu->sflist = snd_sf_new(&sf_cb, emu->memhdr);