Home
last modified time | relevance | path

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

/linux-4.4.14/sound/oss/
Dopl3.c304 if (instr->key != FM_PATCH && (instr->key != OPL3_PATCH || devc->model != 2)) in store_instr()
517 if (map->voice_mode == 2 && instr->key == OPL3_PATCH) in opl3_start_note()
531 if (instr->key != OPL3_PATCH) /* in opl3_start_note()
1015 is4op = (instr->key == OPL3_PATCH); in opl3_alloc_voice()
/linux-4.4.14/sound/drivers/opl3/
Dopl3_oss.c217 else if (format == OPL3_PATCH) in snd_opl3_load_patch_seq_oss()
/linux-4.4.14/include/uapi/linux/
Dsoundcard.h474 #define OPL3_PATCH _PATCHKEY(0x03) macro