tag | line | file | source code |
operators | 459 | drivers/sound/opl3.c | vol1 = instr->operators[2]; |
operators | 460 | drivers/sound/opl3.c | vol2 = instr->operators[3]; |
operators | 462 | drivers/sound/opl3.c | if ((instr->operators[10] & 0x01)) |
operators | 481 | drivers/sound/opl3.c | vol1 = instr->operators[2]; |
operators | 482 | drivers/sound/opl3.c | vol2 = instr->operators[3]; |
operators | 483 | drivers/sound/opl3.c | vol3 = instr->operators[OFFS_4OP + 2]; |
operators | 484 | drivers/sound/opl3.c | vol4 = instr->operators[OFFS_4OP + 3]; |
operators | 491 | drivers/sound/opl3.c | connection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01); |
operators | 618 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[0], instr->operators[0]); |
operators | 619 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[1], instr->operators[1]); |
operators | 624 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[0], instr->operators[4]); |
operators | 625 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[1], instr->operators[5]); |
operators | 630 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[0], instr->operators[6]); |
operators | 631 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[1], instr->operators[7]); |
operators | 636 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[0], instr->operators[8]); |
operators | 637 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[1], instr->operators[9]); |
operators | 642 | drivers/sound/opl3.c | fpc = instr->operators[10]; |
operators | 660 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[2], instr->operators[OFFS_4OP + 0]); |
operators | 661 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[3], instr->operators[OFFS_4OP + 1]); |
operators | 666 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[2], instr->operators[OFFS_4OP + 4]); |
operators | 667 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[3], instr->operators[OFFS_4OP + 5]); |
operators | 672 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[2], instr->operators[OFFS_4OP + 6]); |
operators | 673 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[3], instr->operators[OFFS_4OP + 7]); |
operators | 678 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[2], instr->operators[OFFS_4OP + 8]); |
operators | 679 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[3], instr->operators[OFFS_4OP + 9]); |
operators | 684 | drivers/sound/opl3.c | fpc = instr->operators[OFFS_4OP + 10]; |
operators | 916 | drivers/sound/opl3.c | tmp = instr->operators[(cell-1)+(((cell-1)/2)*OFFS_4OP)]; \ |
operators | 949 | drivers/sound/opl3.c | int connection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01); |
operators | 982 | drivers/sound/opl3.c | if ((instr->operators[10] & 0x01)) /* |
operators | 486 | include/linux/soundcard.h | sbi_instr_data operators; /* Register settings for operator cells (.SBI format) */ |