Home
last modified time | relevance | path

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

/sound/oss/
Dopl3_hw.h87 #define AM_VIB 0x20 macro
Dopl3.c550 opl3_command(map->ioaddr, AM_VIB + map->op[0], instr->operators[0]); in opl3_start_note()
551 opl3_command(map->ioaddr, AM_VIB + map->op[1], instr->operators[1]); in opl3_start_note()
608 opl3_command(map->ioaddr, AM_VIB + map->op[2], instr->operators[OFFS_4OP + 0]); in opl3_start_note()
609 opl3_command(map->ioaddr, AM_VIB + map->op[3], instr->operators[OFFS_4OP + 1]); in opl3_start_note()
862 opl3_command (map->ioaddr, AM_VIB + map->op[cell-1], tmp);}
/sound/drivers/opl3/
Dopl3_synth.c231 #define AM_VIB 0 macro
268 patch->inst.op[i].am_vib = data[AM_VIB + i]; in snd_opl3_load_patch()
279 data[OFFSET_4OP + AM_VIB + i]; in snd_opl3_load_patch()