Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dwavfront.c1518 wavefront_patch *patp; in wavefront_load_gus_patch() local
1536 patp = &pat.hdr.p; in wavefront_load_gus_patch()
1551 patp->amplitude_bias=guspatch.volume; in wavefront_load_gus_patch()
1552 patp->portamento=0; in wavefront_load_gus_patch()
1553 patp->sample_number= samp.number & 0xff; in wavefront_load_gus_patch()
1554 patp->sample_msb= samp.number>>8; in wavefront_load_gus_patch()
1555 patp->pitch_bend= /*12*/ 0; in wavefront_load_gus_patch()
1556 patp->mono=1; in wavefront_load_gus_patch()
1557 patp->retrigger=1; in wavefront_load_gus_patch()
1558 patp->nohold=(guspatch.mode & WAVE_SUSTAIN_ON) ? 0:1; in wavefront_load_gus_patch()
[all …]