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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsound_config.h52 #define SBFM_MAXINSTR (256) /* Size of the FM Instrument bank */ macro
H A Dopl3.c66 struct sbi_instrument i_map[SBFM_MAXINSTR];
122 if (ins.channel < 0 || ins.channel >= SBFM_MAXINSTR) {
317 if (instr_no < 0 || instr_no >= SBFM_MAXINSTR)
842 if (ins.channel < 0 || ins.channel >= SBFM_MAXINSTR)
1133 devc->fm_info.instr_bank_size = SBFM_MAXINSTR;
1191 for (i = 0; i < SBFM_MAXINSTR; i++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl3/
H A Dopl3_oss.c210 #define SBFM_MAXINSTR 256 macro
241 if (sbi.channel < 0 || sbi.channel >= SBFM_MAXINSTR) {

Completed in 109 milliseconds