Home
last modified time | relevance | path

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

/linux-2.6.39/sound/oss/
Dopl3.c305 if (instr->key != FM_PATCH && (instr->key != OPL3_PATCH || devc->model != 2)) in store_instr()
518 if (map->voice_mode == 2 && instr->key == OPL3_PATCH) in opl3_start_note()
532 if (instr->key != OPL3_PATCH) /* in opl3_start_note()
1018 is4op = (instr->key == OPL3_PATCH); in opl3_alloc_voice()
/linux-2.6.39/sound/drivers/opl3/
Dopl3_oss.c216 else if (format == OPL3_PATCH) in snd_opl3_load_patch_seq_oss()
/linux-2.6.39/include/linux/
Dsoundcard.h482 #define OPL3_PATCH _PATCHKEY(0x03) macro