taglinefilesource code
w14543drivers/sound/sequencer.cunsigned short  w14 = *(short *) &event[6];
w14566drivers/sound/sequencer.cw14 = (unsigned short) (((int) w14 * 16383) / 100);
w14571drivers/sound/sequencer.cw14 *= 128;
w14580drivers/sound/sequencer.csynth_devs[dev]->chn_info[chn].controllers[p1] = w14 & 0xff;
w14584drivers/sound/sequencer.cint             val = w14 & 0xff;
w14600drivers/sound/sequencer.csynth_devs[dev]->controller (dev, chn, p1, w14);
w14603drivers/sound/sequencer.csynth_devs[dev]->controller (dev, chn, p1, w14);
w14607drivers/sound/sequencer.csynth_devs[dev]->bender (dev, chn, w14);
w14869include/linux/soundcard.h#define _CHN_COMMON(dev, event, chn, p1, p2, w14) \
w14877include/linux/soundcard.h*(short *)&_seqbuf[_seqbufptr+6] = (w14);\