Home
last modified time | relevance | path

Searched refs:loopend (Results 1 – 7 of 7) sorted by relevance

/sound/pci/emu10k1/
Demu10k1_patch.c44 int loopend, sampleend; in snd_emu10k1_sample_new() local
61 sp->v.loopend -= sp->v.start; in snd_emu10k1_sample_new()
68 loopend = sp->v.loopend; in snd_emu10k1_sample_new()
69 if (loopend > sampleend) in snd_emu10k1_sample_new()
70 loopend = sampleend; in snd_emu10k1_sample_new()
73 if (sp->v.loopstart >= sp->v.loopend) { in snd_emu10k1_sample_new()
75 sp->v.loopstart = sp->v.loopend; in snd_emu10k1_sample_new()
76 sp->v.loopend = tmp; in snd_emu10k1_sample_new()
84 loopsize = sp->v.loopend - sp->v.loopstart; in snd_emu10k1_sample_new()
115 size = loopend; in snd_emu10k1_sample_new()
[all …]
Demu10k1_callback.c347 vp->reg.loopend += mapped_offset; in start_voice()
406 addr = vp->reg.loopend; in start_voice()
/sound/isa/sb/
Demu8000_patch.c166 if (sp->v.loopstart > sp->v.loopend) { in snd_emu8000_sample_new()
168 sp->v.loopstart = sp->v.loopend; in snd_emu8000_sample_new()
169 sp->v.loopend = tmp; in snd_emu8000_sample_new()
175 truesize += sp->v.loopend - sp->v.loopstart; in snd_emu8000_sample_new()
197 sp->v.loopend -= sp->v.start; in snd_emu8000_sample_new()
239 if (i == sp->v.loopend && in snd_emu8000_sample_new()
242 int looplen = sp->v.loopend - sp->v.loopstart; in snd_emu8000_sample_new()
251 sp->v.loopend += looplen; in snd_emu8000_sample_new()
254 sp->v.loopend += looplen; in snd_emu8000_sample_new()
267 sp->v.loopend = sp->v.end + BLANK_LOOP_END; in snd_emu8000_sample_new()
[all …]
Demu8000_callback.c285 addr = vp->reg.loopend - 1; in start_voice()
/sound/synth/emux/
Demux_proc.c99 vp->reg.start, vp->reg.end, vp->reg.loopstart, vp->reg.loopend); in snd_emux_proc_info_read()
Dsoundfont.c676 avp->loopend += sample->v.loopend; in set_sample()
979 smp->v.loopend = patch.loop_end; in load_guspatch()
1001 smp->v.loopend /= 2; in load_guspatch()
Demux_effect.c271 vp->reg.loopend += effect_get_offset(chan, EMUX_FX_LOOP_END, in snd_emux_setup_effect()