tag | line | file | source code |
w14 | 541 | drivers/sound/sequencer.c | unsigned short w14 = *(short *) &event[6]; |
w14 | 564 | drivers/sound/sequencer.c | w14 = (unsigned short) (((int) w14 * 16383) / 100); |
w14 | 569 | drivers/sound/sequencer.c | w14 *= 128; |
w14 | 578 | drivers/sound/sequencer.c | synth_devs[dev]->chn_info[chn].controllers[p1] = w14 & 0xff; |
w14 | 582 | drivers/sound/sequencer.c | int val = w14 & 0xff; |
w14 | 598 | drivers/sound/sequencer.c | synth_devs[dev]->controller (dev, chn, p1, w14); |
w14 | 601 | drivers/sound/sequencer.c | synth_devs[dev]->controller (dev, chn, p1, w14); |
w14 | 605 | drivers/sound/sequencer.c | synth_devs[dev]->bender (dev, chn, w14); |
w14 | 868 | include/linux/soundcard.h | #define _CHN_COMMON(dev, event, chn, p1, p2, w14) \ |
w14 | 876 | include/linux/soundcard.h | *(short *)&_seqbuf[_seqbufptr+6] = (w14);\ |