Searched refs:chn_info (Results 1 – 3 of 3) sorted by relevance
497 synth_devs[dev]->chn_info[chn].pgm_num = 128 + note; in seq_chn_voice_event()551 synth_devs[dev]->chn_info[chn].pgm_num = p1; in seq_chn_common_event()566 synth_devs[dev]->chn_info[chn].controllers[p1] = w14 & 0x7f; in seq_chn_common_event()569 synth_devs[dev]->chn_info[chn].controllers[p1 + 32] = 0; in seq_chn_common_event()579 chn_info[chn].controllers[p1 & ~32] & 0x7f) << 7) in seq_chn_common_event()581 chn_info[chn].controllers[p1 | 32] & 0x7f); in seq_chn_common_event()605 synth_devs[dev]->chn_info[chn].bender_value = w14; in seq_chn_common_event()938 synth_devs[dev]->chn_info[chn].pgm_num = 0; in setup_mode2()940 synth_devs[dev]->chn_info[chn].controllers,0); in setup_mode2()941 synth_devs[dev]->chn_info[chn].bender_value = (1 << 7); /* Neutral */ in setup_mode2()[all …]
64 struct channel_info *chn_info; member1011 instr_no = devc->chn_info[chn].pgm_num; in opl3_alloc_voice()1077 info = &synth_devs[dev]->chn_info[chn]; in opl3_setup_voice()1161 devc->chn_info = &opl3_operations.chn_info[0]; in opl3_init()
285 struct channel_info chn_info[16]; member