Home
last modified time | relevance | path

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

/Linux-v4.19/sound/isa/sb/
Demu8000_patch.c168 if (sp->v.loopstart > sp->v.loopend) in snd_emu8000_sample_new()
169 swap(sp->v.loopstart, sp->v.loopend); in snd_emu8000_sample_new()
174 truesize += sp->v.loopend - sp->v.loopstart; in snd_emu8000_sample_new()
195 sp->v.loopstart -= sp->v.start; in snd_emu8000_sample_new()
241 int looplen = sp->v.loopend - sp->v.loopstart; in snd_emu8000_sample_new()
252 sp->v.loopstart += looplen; in snd_emu8000_sample_new()
265 sp->v.loopstart = sp->v.end + BLANK_LOOP_START; in snd_emu8000_sample_new()
273 sp->v.loopstart += dram_start; in snd_emu8000_sample_new()
Demu8000_callback.c209 if (val >= vp->reg.loopstart) in get_voice()
376 temp = ((unsigned int)vp->apan<<24) | ((unsigned int)vp->reg.loopstart - 1); in set_pan()
/Linux-v4.19/sound/pci/emu10k1/
Demu10k1_patch.c60 sp->v.loopstart -= sp->v.start; in snd_emu10k1_sample_new()
73 if (sp->v.loopstart >= sp->v.loopend) in snd_emu10k1_sample_new()
74 swap(sp->v.loopstart, sp->v.loopend); in snd_emu10k1_sample_new()
81 loopsize = sp->v.loopend - sp->v.loopstart; in snd_emu10k1_sample_new()
150 sp->v.loopstart += loopsize; in snd_emu10k1_sample_new()
178 sp->v.loopstart = sp->v.end + BLANK_LOOP_START; in snd_emu10k1_sample_new()
203 sp->v.loopstart += start_addr; in snd_emu10k1_sample_new()
Demu10k1_callback.c270 if (val >= vp->reg.loopstart) in lookup_voices()
346 vp->reg.loopstart += mapped_offset; in start_voice()
402 addr = vp->reg.loopstart; in start_voice()
/Linux-v4.19/include/uapi/sound/
Dsfnt_info.h120 int loopstart, loopend; /* loop offset correction */ member
165 int loopstart, loopend; /* loop start & end offset */ member
/Linux-v4.19/sound/synth/emux/
Demux_proc.c97 vp->reg.start, vp->reg.end, vp->reg.loopstart, vp->reg.loopend); in snd_emux_proc_info_read()
Dsoundfont.c675 avp->loopstart += sample->v.loopstart; in set_sample()
978 smp->v.loopstart = patch.loop_start; in load_guspatch()
1000 smp->v.loopstart /= 2; in load_guspatch()
Demux_effect.c267 vp->reg.loopstart += effect_get_offset(chan, EMUX_FX_LOOP_START, in snd_emux_setup_effect()