taglinefilesource code
w14621drivers/sound/sequencer.cunsigned short  w14 = *(short *) &event[6];
w14650drivers/sound/sequencer.csynth_devs[dev]->chn_info[chn].controllers[p1] = w14 & 0x7f;
w14657drivers/sound/sequencer.cint             val = w14 & 0x7f;
w14678drivers/sound/sequencer.csynth_devs[dev]->controller (dev, chn, p1, w14);
w14681drivers/sound/sequencer.csynth_devs[dev]->controller (dev, chn, p1, w14);
w14687drivers/sound/sequencer.csynth_devs[dev]->chn_info[chn].bender_value = w14;
w14697drivers/sound/sequencer.csynth_devs[dev]->bender (dev, i, w14);
w14700drivers/sound/sequencer.csynth_devs[dev]->bender (dev, chn, w14);
w14703drivers/sound/sequencer.csynth_devs[dev]->bender (dev, chn, w14);
w141010include/linux/soundcard.h#define _CHN_COMMON(dev, event, chn, p1, p2, w14) \
w141018include/linux/soundcard.h*(short *)&_seqbuf[_seqbufptr+6] = (w14);\