Lines Matching refs:loopend
44 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()
151 sp->v.loopend += loopsize; in snd_emu10k1_sample_new()
154 sp->v.loopend += loopsize; in snd_emu10k1_sample_new()
162 size = sp->v.size - loopend; in snd_emu10k1_sample_new()
182 sp->v.loopend = sp->v.end + BLANK_LOOP_END; in snd_emu10k1_sample_new()
207 sp->v.loopend += start_addr; in snd_emu10k1_sample_new()