snd_emu10k1_synth_memset
int snd_emu10k1_synth_memset(struct snd_emu10k1 *emu, struct snd_util_memblk *blk, int offset, int size, u8 value);
snd_emu10k1_synth_memset(emu, sp->block, offset, size, fill);
snd_emu10k1_synth_memset(emu, sp->block, offset, blocksize - offset, fill);
EXPORT_SYMBOL(snd_emu10k1_synth_memset);