Home
last modified time | relevance | path

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

/linux-4.4.14/sound/oss/
Dsequencer.c495 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()
[all …]
Dopl3.c64 struct channel_info *chn_info; member
1008 instr_no = devc->chn_info[chn].pgm_num; in opl3_alloc_voice()
1074 info = &synth_devs[dev]->chn_info[chn]; in opl3_setup_voice()
1158 devc->chn_info = &opl3_operations.chn_info[0]; in opl3_init()
Ddev_table.h285 struct channel_info chn_info[16]; member