Home
last modified time | relevance | path

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

/linux/sound/isa/sb/
H A Demu8000_patch.c154 truesize += sp->v.loopend - sp->v.loopstart; in snd_emu8000_sample_new()
212 if (i == sp->v.loopend && in snd_emu8000_sample_new()
215 int looplen = sp->v.loopend - sp->v.loopstart; in snd_emu8000_sample_new()
224 sp->v.loopend += looplen; in snd_emu8000_sample_new()
227 sp->v.loopend += looplen; in snd_emu8000_sample_new()
240 sp->v.loopend = sp->v.end + BLANK_LOOP_END; in snd_emu8000_sample_new()
248 sp->v.loopend += dram_start; in snd_emu8000_sample_new()
H A Demu8000_callback.c272 addr = vp->reg.loopend - 1; in start_voice()
/linux/sound/pci/emu10k1/
H A Demu10k1_patch.c65 sp->v.loopend = sp->v.end + BLANK_LOOP_END; in snd_emu10k1_sample_new()
70 loop_end = sp->v.loopend; in snd_emu10k1_sample_new()
80 sp->v.loopend += BLANK_HEAD_SIZE; in snd_emu10k1_sample_new()
90 while (sp->v.loopend < 64) { in snd_emu10k1_sample_new()
93 sp->v.loopend += loop_size; in snd_emu10k1_sample_new()
H A Demu10k1_callback.c339 vp->reg.loopend += mapped_offset; in start_voice()
359 addr = vp->reg.loopend; in start_voice()
/linux/include/uapi/sound/
H A Dsfnt_info.h105 int loopstart, loopend; /* loop offset correction */ member
150 int loopstart, loopend; /* loop start & end offset */ member