taglinefilesource code
w14576drivers/sound/sequencer.cunsigned short  w14 = *(short *) &event[6];
w14606drivers/sound/sequencer.csynth_devs[dev]->chn_info[chn].controllers[p1] = w14 & 0x7f;
w14610drivers/sound/sequencer.cint             val = w14 & 0x7f;
w14631drivers/sound/sequencer.csynth_devs[dev]->controller (dev, chn, p1, w14);
w14634drivers/sound/sequencer.csynth_devs[dev]->controller (dev, chn, p1, w14);
w14640drivers/sound/sequencer.csynth_devs[dev]->chn_info[chn].bender_value = w14;
w14650drivers/sound/sequencer.csynth_devs[dev]->bender (dev, i, w14);
w14653drivers/sound/sequencer.csynth_devs[dev]->bender (dev, chn, w14);
w14656drivers/sound/sequencer.csynth_devs[dev]->bender (dev, chn, w14);
w14960include/linux/soundcard.h#define _CHN_COMMON(dev, event, chn, p1, p2, w14) \
w14968include/linux/soundcard.h*(short *)&_seqbuf[_seqbufptr+6] = (w14);\