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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dsequencer.c497 synth_devs[dev]->chn_info[chn].pgm_num = 128 + note;
548 synth_devs[dev]->chn_info[chn].pgm_num = p1;
563 synth_devs[dev]->chn_info[chn].controllers[p1] = w14 & 0x7f;
566 synth_devs[dev]->chn_info[chn].controllers[p1 + 32] = 0;
576 chn_info[chn].controllers[p1 & ~32] & 0x7f) << 7)
578 chn_info[chn].controllers[p1 | 32] & 0x7f);
599 synth_devs[dev]->chn_info[chn].bender_value = w14;
932 synth_devs[dev]->chn_info[chn].pgm_num = 0;
934 synth_devs[dev]->chn_info[chn].controllers,0);
935 synth_devs[dev]->chn_info[ch
[all...]
H A Dopl3.c64 struct channel_info *chn_info; member in struct:opl_devinfo
1011 instr_no = devc->chn_info[chn].pgm_num;
1070 &synth_devs[dev]->chn_info[chn];
1154 devc->chn_info = &opl3_operations.chn_info[0];
H A Ddev_table.h285 struct channel_info chn_info[16]; member in struct:synth_operations

Completed in 120 milliseconds