Lines Matching refs:chn_info
495 synth_devs[dev]->chn_info[chn].pgm_num = 128 + note; in seq_chn_voice_event()
549 synth_devs[dev]->chn_info[chn].pgm_num = p1; in seq_chn_common_event()
564 synth_devs[dev]->chn_info[chn].controllers[p1] = w14 & 0x7f; in seq_chn_common_event()
567 synth_devs[dev]->chn_info[chn].controllers[p1 + 32] = 0; in seq_chn_common_event()
577 chn_info[chn].controllers[p1 & ~32] & 0x7f) << 7) in seq_chn_common_event()
579 chn_info[chn].controllers[p1 | 32] & 0x7f); in seq_chn_common_event()
603 synth_devs[dev]->chn_info[chn].bender_value = w14; in seq_chn_common_event()
931 synth_devs[dev]->chn_info[chn].pgm_num = 0; in setup_mode2()
933 synth_devs[dev]->chn_info[chn].controllers,0); in setup_mode2()
934 synth_devs[dev]->chn_info[chn].bender_value = (1 << 7); /* Neutral */ in setup_mode2()
935 synth_devs[dev]->chn_info[chn].bender_range = 200; in setup_mode2()