tag | line | file | source code |
---|---|---|---|
voice_shift | 482 | drivers/sound/opl3.c | int voice_shift; |
voice_shift | 484 | drivers/sound/opl3.c | voice_shift = (map->ioaddr == left_address) ? 0 : 3; |
voice_shift | 485 | drivers/sound/opl3.c | voice_shift += map->voice_num; |
voice_shift | 490 | drivers/sound/opl3.c | connection_mask &= ~(1 << voice_shift); |
voice_shift | 494 | drivers/sound/opl3.c | connection_mask |= (1 << voice_shift); |