Searched refs:chn_info (Results 1 – 5 of 5) sorted by relevance
495 synth_devs[dev]->chn_info[chn].pgm_num = 128 + note; in seq_chn_voice_event()546 synth_devs[dev]->chn_info[chn].pgm_num = p1; in seq_chn_common_event()561 synth_devs[dev]->chn_info[chn].controllers[p1] = w14 & 0x7f; in seq_chn_common_event()564 synth_devs[dev]->chn_info[chn].controllers[p1 + 32] = 0; in seq_chn_common_event()574 chn_info[chn].controllers[p1 & ~32] & 0x7f) << 7) in seq_chn_common_event()576 chn_info[chn].controllers[p1 | 32] & 0x7f); in seq_chn_common_event()597 synth_devs[dev]->chn_info[chn].bender_value = w14; in seq_chn_common_event()930 synth_devs[dev]->chn_info[chn].pgm_num = 0; in setup_mode2()932 synth_devs[dev]->chn_info[chn].controllers,0); in setup_mode2()933 synth_devs[dev]->chn_info[chn].bender_value = (1 << 7); /* Neutral */ in setup_mode2()[all …]
64 struct channel_info *chn_info; member1010 instr_no = devc->chn_info[chn].pgm_num; in opl3_alloc_voice()1069 &synth_devs[dev]->chn_info[chn]; in opl3_setup_voice()1153 devc->chn_info = &opl3_operations.chn_info[0]; in opl3_init()
282 struct channel_info chn_info[16]; member
2340 awe_operations.chn_info[i].controllers[CTL_MAIN_VOLUME] = 127; in awe_reset()2341 awe_operations.chn_info[i].controllers[CTL_EXPRESSION] = 127; in awe_reset()4256 (info = &synth_devs[dev]->chn_info[chn]) == NULL) in awe_setup_voice()
2632 struct channel_info *info = &synth_devs[dev]->chn_info[chn]; in guswave_setup_voice()