Lines Matching refs:optarg
3236 if (search_sample_index(sftail, patch->optarg) != NULL) in awe_probe_data()
3373 bank = ((unsigned short)patch->optarg >> 8) & 0xff; in awe_remove_info()
3374 instr = (unsigned short)patch->optarg & 0xff; in awe_remove_info()
3461 channels = patch->optarg; in awe_replace_data()
4947 if (patch->optarg < AWE_CHORUS_PREDEFINED || patch->optarg >= AWE_CHORUS_NUMBERS) { in awe_load_chorus_fx()
4948 printk(KERN_WARNING "AWE32 Error: invalid chorus mode %d for uploading\n", patch->optarg); in awe_load_chorus_fx()
4955 if (copy_from_user(&chorus_parm[patch->optarg], addr + AWE_PATCH_INFO_SIZE, in awe_load_chorus_fx()
4958 chorus_defined[patch->optarg] = TRUE; in awe_load_chorus_fx()
5055 if (patch->optarg < AWE_REVERB_PREDEFINED || patch->optarg >= AWE_REVERB_NUMBERS) { in awe_load_reverb_fx()
5056 printk(KERN_WARNING "AWE32 Error: invalid reverb mode %d for uploading\n", patch->optarg); in awe_load_reverb_fx()
5063 if (copy_from_user(&reverb_parm[patch->optarg], addr + AWE_PATCH_INFO_SIZE, in awe_load_reverb_fx()
5066 reverb_defined[patch->optarg] = TRUE; in awe_load_reverb_fx()