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 | 491 | drivers/sound/opl3.c | vol1 = instr->operators[2]; |
operators | 492 | drivers/sound/opl3.c | vol2 = instr->operators[3]; |
operators | 493 | drivers/sound/opl3.c | vol3 = instr->operators[OFFS_4OP + 2]; |
operators | 494 | drivers/sound/opl3.c | vol4 = instr->operators[OFFS_4OP + 3]; |
operators | 501 | drivers/sound/opl3.c | connection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01); |
operators | 632 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[0], instr->operators[0]); |
operators | 633 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[1], instr->operators[1]); |
operators | 638 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[0], instr->operators[4]); |
operators | 639 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[1], instr->operators[5]); |
operators | 644 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[0], instr->operators[6]); |
operators | 645 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[1], instr->operators[7]); |
operators | 650 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[0], instr->operators[8]); |
operators | 651 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[1], instr->operators[9]); |
operators | 656 | drivers/sound/opl3.c | fpc = instr->operators[10]; |
operators | 674 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[2], instr->operators[OFFS_4OP + 0]); |
operators | 675 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[3], instr->operators[OFFS_4OP + 1]); |
operators | 680 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[2], instr->operators[OFFS_4OP + 4]); |
operators | 681 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[3], instr->operators[OFFS_4OP + 5]); |
operators | 686 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[2], instr->operators[OFFS_4OP + 6]); |
operators | 687 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[3], instr->operators[OFFS_4OP + 7]); |
operators | 692 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[2], instr->operators[OFFS_4OP + 8]); |
operators | 693 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[3], instr->operators[OFFS_4OP + 9]); |
operators | 698 | drivers/sound/opl3.c | fpc = instr->operators[OFFS_4OP + 10]; |
operators | 926 | drivers/sound/opl3.c | tmp = instr->operators[(cell-1)+(((cell-1)/2)*OFFS_4OP)]; \ |
operators | 959 | drivers/sound/opl3.c | int connection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01); |
operators | 992 | drivers/sound/opl3.c | if ((instr->operators[10] & 0x01)) /* |
operators | 475 | include/linux/soundcard.h | sbi_instr_data operators; /* Register settings for operator cells (.SBI format) */ |