Lines Matching refs:emu
46 struct snd_emu10k1 *emu; in snd_emu10k1_sample_new() local
48 emu = rec->hw; in snd_emu10k1_sample_new()
53 dev_dbg(emu->card->dev, in snd_emu10k1_sample_new()
94 sp->block = snd_emu10k1_synth_alloc(emu, blocksize); in snd_emu10k1_sample_new()
96 dev_dbg(emu->card->dev, in snd_emu10k1_sample_new()
111 snd_emu10k1_synth_bzero(emu, sp->block, offset, size); in snd_emu10k1_sample_new()
120 if (snd_emu10k1_synth_copy_from_user(emu, sp->block, offset, data, size)) { in snd_emu10k1_sample_new()
121 snd_emu10k1_synth_free(emu, sp->block); in snd_emu10k1_sample_new()
167 if (snd_emu10k1_synth_copy_from_user(emu, sp->block, offset, data, size)) { in snd_emu10k1_sample_new()
168 snd_emu10k1_synth_free(emu, sp->block); in snd_emu10k1_sample_new()
176 snd_emu10k1_synth_bzero(emu, sp->block, offset, blocksize - offset); in snd_emu10k1_sample_new()
219 struct snd_emu10k1 *emu; in snd_emu10k1_sample_free() local
221 emu = rec->hw; in snd_emu10k1_sample_free()
226 snd_emu10k1_synth_free(emu, sp->block); in snd_emu10k1_sample_free()