Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dopl3.c308 if (instr->key != FM_PATCH && (instr->key != OPL3_PATCH || devc->model != 2)) in store_instr()
521 if (map->voice_mode == 2 && instr->key == OPL3_PATCH) in opl3_start_note()
535 if (instr->key != OPL3_PATCH) /* in opl3_start_note()
1017 is4op = (instr->key == OPL3_PATCH); in opl3_alloc_voice()
/linux-2.4.37.9/include/linux/
Dsoundcard.h462 #define OPL3_PATCH _PATCHKEY(0x03) macro