Searched refs:snd_emu10k1_synth_copy_from_user (Results 1 – 3 of 3) sorted by relevance
/linux/sound/pci/emu10k1/ |
H A D | emu10k1_patch.c | 119 if (snd_emu10k1_synth_copy_from_user(emu, sp->block, offset, data, size, xor)) in snd_emu10k1_sample_new() 126 if (snd_emu10k1_synth_copy_from_user(emu, sp->block, offset, data, size, xor)) in snd_emu10k1_sample_new() 135 if (snd_emu10k1_synth_copy_from_user(emu, sp->block, offset, data, size, xor)) in snd_emu10k1_sample_new()
|
H A D | memory.c | 630 int snd_emu10k1_synth_copy_from_user(struct snd_emu10k1 *emu, struct snd_util_memblk *blk, in snd_emu10k1_synth_copy_from_user() function 663 EXPORT_SYMBOL(snd_emu10k1_synth_copy_from_user);
|
/linux/include/sound/ |
H A D | emu10k1.h | 1898 int snd_emu10k1_synth_copy_from_user(struct snd_emu10k1 *emu, struct snd_util_memblk *blk, int offs…
|