Home
last modified time | relevance | path

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

/linux-6.12.1/sound/isa/sb/
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()
Demu8000_callback.c272 addr = vp->reg.loopend - 1; in start_voice()
/linux-6.12.1/sound/pci/emu10k1/
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()
Demu10k1_callback.c339 vp->reg.loopend += mapped_offset; in start_voice()
359 addr = vp->reg.loopend; in start_voice()
/linux-6.12.1/include/uapi/sound/
Dsfnt_info.h105 int loopstart, loopend; /* loop offset correction */ member
150 int loopstart, loopend; /* loop start & end offset */ member
/linux-6.12.1/sound/synth/emux/
Dsoundfont.c670 avp->loopend += sample->v.loopend; in set_sample()
702 if (si->loopend < 0 || si->loopend > si->end) in validate_sample_info()
705 if (si->loopstart > si->loopend) in validate_sample_info()
706 swap(si->loopstart, si->loopend); in validate_sample_info()
759 sample_info.loopend -= sample_info.start; in load_data()
1013 smp->v.loopend = patch.loop_end; in load_guspatch()
1040 smp->v.loopend /= 2; in load_guspatch()
Demux_proc.c84 vp->reg.start, vp->reg.end, vp->reg.loopstart, vp->reg.loopend); in snd_emux_proc_info_read()
Demux_effect.c264 vp->reg.loopend += effect_get_offset(chan, EMUX_FX_LOOP_END, in snd_emux_setup_effect()