Home
last modified time | relevance | path

Searched refs:chn_info (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/sound/
Dsequencer.c495 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 …]
Dopl3.c64 struct channel_info *chn_info; member
1010 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()
Ddev_table.h282 struct channel_info chn_info[16]; member
Dawe_wave.c2340 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()
Dgus_wave.c2632 struct channel_info *info = &synth_devs[dev]->chn_info[chn]; in guswave_setup_voice()