Home
last modified time | relevance | path

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

/linux-6.6.21/sound/pci/emu10k1/
Demu10k1_patch.c32 int loopend, sampleend; in snd_emu10k1_sample_new() local
49 sp->v.loopend -= sp->v.start; in snd_emu10k1_sample_new()
56 loopend = sp->v.loopend; in snd_emu10k1_sample_new()
57 if (loopend > sampleend) in snd_emu10k1_sample_new()
58 loopend = sampleend; in snd_emu10k1_sample_new()
61 if (sp->v.loopstart >= sp->v.loopend) in snd_emu10k1_sample_new()
62 swap(sp->v.loopstart, sp->v.loopend); in snd_emu10k1_sample_new()
69 loopsize = sp->v.loopend - sp->v.loopstart; in snd_emu10k1_sample_new()
100 size = loopend; in snd_emu10k1_sample_new()
136 sp->v.loopend += loopsize; in snd_emu10k1_sample_new()
[all …]
Demu10k1_callback.c337 vp->reg.loopend += mapped_offset; in start_voice()
357 addr = vp->reg.loopend; in start_voice()
/linux-6.6.21/sound/isa/sb/
Demu8000_patch.c155 if (sp->v.loopstart > sp->v.loopend) in snd_emu8000_sample_new()
156 swap(sp->v.loopstart, sp->v.loopend); in snd_emu8000_sample_new()
161 truesize += sp->v.loopend - sp->v.loopstart; in snd_emu8000_sample_new()
183 sp->v.loopend -= sp->v.start; in snd_emu8000_sample_new()
226 if (i == sp->v.loopend && in snd_emu8000_sample_new()
229 int looplen = sp->v.loopend - sp->v.loopstart; in snd_emu8000_sample_new()
238 sp->v.loopend += looplen; in snd_emu8000_sample_new()
241 sp->v.loopend += looplen; in snd_emu8000_sample_new()
254 sp->v.loopend = sp->v.end + BLANK_LOOP_END; in snd_emu8000_sample_new()
262 sp->v.loopend += dram_start; in snd_emu8000_sample_new()
Demu8000_callback.c272 addr = vp->reg.loopend - 1; in start_voice()
/linux-6.6.21/include/uapi/sound/
Dsfnt_info.h105 int loopstart, loopend; /* loop offset correction */ member
150 int loopstart, loopend; /* loop start & end offset */ member
/linux-6.6.21/sound/synth/emux/
Demux_proc.c84 vp->reg.start, vp->reg.end, vp->reg.loopstart, vp->reg.loopend); in snd_emux_proc_info_read()
Dsoundfont.c667 avp->loopend += sample->v.loopend; in set_sample()
975 smp->v.loopend = patch.loop_end; in load_guspatch()
997 smp->v.loopend /= 2; in load_guspatch()
Demux_effect.c264 vp->reg.loopend += effect_get_offset(chan, EMUX_FX_LOOP_END, in snd_emux_setup_effect()