tag | line | file | source code |
operators | 456 | drivers/sound/opl3.c | vol1 = instr->operators[2]; |
operators | 457 | drivers/sound/opl3.c | vol2 = instr->operators[3]; |
operators | 459 | drivers/sound/opl3.c | if ((instr->operators[10] & 0x01)) |
operators | 478 | drivers/sound/opl3.c | vol1 = instr->operators[2]; |
operators | 479 | drivers/sound/opl3.c | vol2 = instr->operators[3]; |
operators | 480 | drivers/sound/opl3.c | vol3 = instr->operators[OFFS_4OP + 2]; |
operators | 481 | drivers/sound/opl3.c | vol4 = instr->operators[OFFS_4OP + 3]; |
operators | 488 | drivers/sound/opl3.c | connection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01); |
operators | 615 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[0], instr->operators[0]); |
operators | 616 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[1], instr->operators[1]); |
operators | 621 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[0], instr->operators[4]); |
operators | 622 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[1], instr->operators[5]); |
operators | 627 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[0], instr->operators[6]); |
operators | 628 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[1], instr->operators[7]); |
operators | 633 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[0], instr->operators[8]); |
operators | 634 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[1], instr->operators[9]); |
operators | 639 | drivers/sound/opl3.c | fpc = instr->operators[10]; |
operators | 657 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[2], instr->operators[OFFS_4OP + 0]); |
operators | 658 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[3], instr->operators[OFFS_4OP + 1]); |
operators | 663 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[2], instr->operators[OFFS_4OP + 4]); |
operators | 664 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[3], instr->operators[OFFS_4OP + 5]); |
operators | 669 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[2], instr->operators[OFFS_4OP + 6]); |
operators | 670 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[3], instr->operators[OFFS_4OP + 7]); |
operators | 675 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[2], instr->operators[OFFS_4OP + 8]); |
operators | 676 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[3], instr->operators[OFFS_4OP + 9]); |
operators | 681 | drivers/sound/opl3.c | fpc = instr->operators[OFFS_4OP + 10]; |
operators | 913 | drivers/sound/opl3.c | tmp = instr->operators[(cell-1)+(((cell-1)/2)*OFFS_4OP)]; \ |
operators | 946 | drivers/sound/opl3.c | int connection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01); |
operators | 979 | drivers/sound/opl3.c | if ((instr->operators[10] & 0x01)) /* |
operators | 496 | include/linux/soundcard.h | sbi_instr_data operators; /* Register settings for operator cells (.SBI format) */ |