taglinefilesource code
w14541drivers/sound/sequencer.cunsigned short  w14 = *(short *) &event[6];
w14564drivers/sound/sequencer.cw14 = (unsigned short) (((int) w14 * 16383) / 100);
w14569drivers/sound/sequencer.cw14 *= 128;
w14578drivers/sound/sequencer.csynth_devs[dev]->chn_info[chn].controllers[p1] = w14 & 0xff;
w14582drivers/sound/sequencer.cint             val = w14 & 0xff;
w14598drivers/sound/sequencer.csynth_devs[dev]->controller (dev, chn, p1, w14);
w14601drivers/sound/sequencer.csynth_devs[dev]->controller (dev, chn, p1, w14);
w14605drivers/sound/sequencer.csynth_devs[dev]->bender (dev, chn, w14);
w14868include/linux/soundcard.h#define _CHN_COMMON(dev, event, chn, p1, p2, w14) \
w14876include/linux/soundcard.h*(short *)&_seqbuf[_seqbufptr+6] = (w14);\