Home
last modified time | relevance | path

Searched refs:fpc (Results 1 – 1 of 1) sorted by relevance

/sound/oss/
Dopl3.c459 unsigned char data, fpc; in opl3_start_note() local
578 fpc = instr->operators[10]; in opl3_start_note()
582 fpc &= ~STEREO_BITS; in opl3_start_note()
584 fpc |= VOICE_TO_LEFT; in opl3_start_note()
587 fpc |= VOICE_TO_RIGHT; in opl3_start_note()
589 fpc |= (VOICE_TO_LEFT | VOICE_TO_RIGHT); in opl3_start_note()
592 if (!(fpc & 0x30)) in opl3_start_note()
593 fpc |= 0x30; /* in opl3_start_note()
596 opl3_command(map->ioaddr, FEEDBACK_CONNECTION + map->voice_num, fpc); in opl3_start_note()
636 fpc = instr->operators[OFFS_4OP + 10]; in opl3_start_note()
[all …]