Home
last modified time | relevance | path

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

/sound/drivers/opl3/
Dopl3_oss.c201 #define SBFM_MAXINSTR 256 macro
229 if (sbi.channel < 0 || sbi.channel >= SBFM_MAXINSTR) { in snd_opl3_load_patch_seq_oss()
/sound/oss/
Dopl3.c66 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()
Dsound_config.h52 #define SBFM_MAXINSTR (256) /* Size of the FM Instrument bank */ macro