Searched refs:SBFM_MAXINSTR (Results 1 – 3 of 3) sorted by relevance
201 #define SBFM_MAXINSTR 256 macro229 if (sbi.channel < 0 || sbi.channel >= SBFM_MAXINSTR) { in snd_opl3_load_patch_seq_oss()
66 struct sbi_instrument i_map[SBFM_MAXINSTR];121 if (ins.channel < 0 || ins.channel >= SBFM_MAXINSTR) { in opl3_ioctl()314 if (instr_no < 0 || instr_no >= SBFM_MAXINSTR) in opl3_set_instr()835 if (ins.channel < 0 || ins.channel >= SBFM_MAXINSTR) in opl3_load_patch()1135 devc->fm_info.instr_bank_size = SBFM_MAXINSTR; in opl3_init()1193 for (i = 0; i < SBFM_MAXINSTR; i++) in opl3_init()
52 #define SBFM_MAXINSTR (256) /* Size of the FM Instrument bank */ macro