Home
last modified time | relevance | path

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

/sound/oss/
Dopl3_hw.h111 #define SUSTAIN_RELEASE 0x80 macro
Dopl3.c564 opl3_command(map->ioaddr, SUSTAIN_RELEASE + map->op[0], instr->operators[6]); in opl3_start_note()
565 opl3_command(map->ioaddr, SUSTAIN_RELEASE + map->op[1], instr->operators[7]); in opl3_start_note()
622 opl3_command(map->ioaddr, SUSTAIN_RELEASE + map->op[2], instr->operators[OFFS_4OP + 6]); in opl3_start_note()
623 opl3_command(map->ioaddr, SUSTAIN_RELEASE + map->op[3], instr->operators[OFFS_4OP + 7]); in opl3_start_note()
/sound/drivers/opl3/
Dopl3_synth.c233 #define SUSTAIN_RELEASE 6 macro
270 patch->inst.op[i].sustain_release = data[SUSTAIN_RELEASE + i]; in snd_opl3_load_patch()
284 data[OFFSET_4OP + SUSTAIN_RELEASE + i]; in snd_opl3_load_patch()