tag | line | file | source code |
---|---|---|---|
voice_shift | 609 | drivers/sound/opl3.c | int voice_shift; |
voice_shift | 611 | drivers/sound/opl3.c | voice_shift = (map->ioaddr == left_address) ? 0 : 3; |
voice_shift | 612 | drivers/sound/opl3.c | voice_shift += map->voice_num; |
voice_shift | 619 | drivers/sound/opl3.c | connection_mask &= ~(1 << voice_shift); |
voice_shift | 623 | drivers/sound/opl3.c | connection_mask |= (1 << voice_shift); |