tag | line | file | source code |
operators | 363 | drivers/sound/opl3.c | vol1 = instr->operators[2]; |
operators | 364 | drivers/sound/opl3.c | vol2 = instr->operators[3]; |
operators | 366 | drivers/sound/opl3.c | if ((instr->operators[10] & 0x01)) |
operators | 383 | drivers/sound/opl3.c | vol1 = instr->operators[2]; |
operators | 384 | drivers/sound/opl3.c | vol2 = instr->operators[3]; |
operators | 385 | drivers/sound/opl3.c | vol3 = instr->operators[OFFS_4OP + 2]; |
operators | 386 | drivers/sound/opl3.c | vol4 = instr->operators[OFFS_4OP + 3]; |
operators | 393 | drivers/sound/opl3.c | connection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01); |
operators | 500 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[0], instr->operators[0]); |
operators | 501 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[1], instr->operators[1]); |
operators | 504 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[0], instr->operators[4]); |
operators | 505 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[1], instr->operators[5]); |
operators | 508 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[0], instr->operators[6]); |
operators | 509 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[1], instr->operators[7]); |
operators | 512 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[0], instr->operators[8]); |
operators | 513 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[1], instr->operators[9]); |
operators | 516 | drivers/sound/opl3.c | fpc = instr->operators[10]; |
operators | 530 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[2], instr->operators[OFFS_4OP + 0]); |
operators | 531 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[3], instr->operators[OFFS_4OP + 1]); |
operators | 534 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[2], instr->operators[OFFS_4OP + 4]); |
operators | 535 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[3], instr->operators[OFFS_4OP + 5]); |
operators | 538 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[2], instr->operators[OFFS_4OP + 6]); |
operators | 539 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[3], instr->operators[OFFS_4OP + 7]); |
operators | 542 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[2], instr->operators[OFFS_4OP + 8]); |
operators | 543 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[3], instr->operators[OFFS_4OP + 9]); |
operators | 546 | drivers/sound/opl3.c | fpc = instr->operators[OFFS_4OP + 10]; |
operators | 751 | drivers/sound/opl3.c | tmp = instr->operators[(cell-1)+(((cell-1)/2)*OFFS_4OP)]; \ |
operators | 784 | drivers/sound/opl3.c | int connection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01); |
operators | 815 | drivers/sound/opl3.c | if ((instr->operators[10] & 0x01)) /* Additive synthesis */ |
operators | 378 | include/linux/soundcard.h | sbi_instr_data operators; /* Register settings for operator cells (.SBI format) */ |