Home
last modified time | relevance | path

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

/openbmc/linux/sound/isa/sb/
H A 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()
182 sp->v.loopstart -= sp->v.start; in snd_emu8000_sample_new()
229 int looplen = sp->v.loopend - sp->v.loopstart; in snd_emu8000_sample_new()
240 sp->v.loopstart += looplen; in snd_emu8000_sample_new()
253 sp->v.loopstart = sp->v.end + BLANK_LOOP_START; in snd_emu8000_sample_new()
261 sp->v.loopstart += dram_start; in snd_emu8000_sample_new()
H A Demu8000_callback.c196 if (val >= vp->reg.loopstart) in get_voice()
363 temp = ((unsigned int)vp->apan<<24) | ((unsigned int)vp->reg.loopstart - 1); in set_pan()
/openbmc/linux/sound/pci/emu10k1/
H A Demu10k1_patch.c48 sp->v.loopstart -= sp->v.start; 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()
138 sp->v.loopstart += loopsize; in snd_emu10k1_sample_new()
166 sp->v.loopstart = sp->v.end + BLANK_LOOP_START; in snd_emu10k1_sample_new()
191 sp->v.loopstart += start_addr; in snd_emu10k1_sample_new()
H A Demu10k1_callback.c259 if (val >= vp->reg.loopstart) in lookup_voices()
336 vp->reg.loopstart += mapped_offset; in start_voice()
354 addr = vp->reg.loopstart; in start_voice()
/openbmc/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
/openbmc/linux/sound/synth/emux/
H A Demux_proc.c84 vp->reg.start, vp->reg.end, vp->reg.loopstart, vp->reg.loopend); in snd_emux_proc_info_read()
H A Dsoundfont.c666 avp->loopstart += sample->v.loopstart; in set_sample()
979 smp->v.loopstart = patch.loop_start; in load_guspatch()
1001 smp->v.loopstart /= 2; in load_guspatch()
H A Demux_effect.c260 vp->reg.loopstart += effect_get_offset(chan, EMUX_FX_LOOP_START, in snd_emux_setup_effect()