Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dwavfront.c1516 struct patch_info guspatch; in wavefront_load_gus_patch() local
1527 sizeof_patch = (long) &guspatch.data[0] - (long) &guspatch; in wavefront_load_gus_patch()
1528 copy_from_user (&((char *) &guspatch)[offs], in wavefront_load_gus_patch()
1543 samp.size = guspatch.len; in wavefront_load_gus_patch()
1546 prog.number = guspatch.instr_no; in wavefront_load_gus_patch()
1551 patp->amplitude_bias=guspatch.volume; in wavefront_load_gus_patch()
1558 patp->nohold=(guspatch.mode & WAVE_SUSTAIN_ON) ? 0:1; in wavefront_load_gus_patch()
1602 sampp->SampleResolution=((~guspatch.mode & WAVE_16_BITS)<<1); in wavefront_load_gus_patch()
1605 note_to_freq (base_note) < guspatch.base_note; in wavefront_load_gus_patch()
1608 if ((guspatch.base_note-note_to_freq(base_note)) in wavefront_load_gus_patch()
[all …]