tag | line | file | source code |
---|---|---|---|
voice_shift | 592 | drivers/sound/opl3.c | int voice_shift; |
voice_shift | 594 | drivers/sound/opl3.c | voice_shift = (map->ioaddr == devc->left_io) ? 0 : 3; |
voice_shift | 595 | drivers/sound/opl3.c | voice_shift += map->voice_num; |
voice_shift | 602 | drivers/sound/opl3.c | devc->cmask &= ~(1 << voice_shift); |
voice_shift | 606 | drivers/sound/opl3.c | devc->cmask |= (1 << voice_shift); |