Searched refs:AM_VIB (Results 1 – 3 of 3) sorted by relevance
/sound/oss/ |
D | opl3_hw.h | 87 #define AM_VIB 0x20 macro
|
D | opl3.c | 550 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/ |
D | opl3_synth.c | 231 #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()
|