tag | line | file | source code |
w14 | 543 | drivers/sound/sequencer.c | unsigned short w14 = *(short *) &event[6]; |
w14 | 566 | drivers/sound/sequencer.c | w14 = (unsigned short) (((int) w14 * 16383) / 100); |
w14 | 571 | drivers/sound/sequencer.c | w14 *= 128; |
w14 | 580 | drivers/sound/sequencer.c | synth_devs[dev]->chn_info[chn].controllers[p1] = w14 & 0xff; |
w14 | 584 | drivers/sound/sequencer.c | int val = w14 & 0xff; |
w14 | 600 | drivers/sound/sequencer.c | synth_devs[dev]->controller (dev, chn, p1, w14); |
w14 | 603 | drivers/sound/sequencer.c | synth_devs[dev]->controller (dev, chn, p1, w14); |
w14 | 607 | drivers/sound/sequencer.c | synth_devs[dev]->bender (dev, chn, w14); |
w14 | 869 | include/linux/soundcard.h | #define _CHN_COMMON(dev, event, chn, p1, p2, w14) \ |
w14 | 877 | include/linux/soundcard.h | *(short *)&_seqbuf[_seqbufptr+6] = (w14);\ |