taglinefilesource code
w14606drivers/sound/sequencer.cunsigned short  w14 = *(short *) &event_rec[6];
w14635drivers/sound/sequencer.csynth_devs[dev]->chn_info[chn].controllers[p1] = w14 & 0x7f;
w14642drivers/sound/sequencer.cint             val = w14 & 0x7f;
w14663drivers/sound/sequencer.csynth_devs[dev]->controller (dev, chn, p1, w14);
w14666drivers/sound/sequencer.csynth_devs[dev]->controller (dev, chn, p1, w14);
w14672drivers/sound/sequencer.csynth_devs[dev]->chn_info[chn].bender_value = w14;
w14682drivers/sound/sequencer.csynth_devs[dev]->bender (dev, i, w14);
w14685drivers/sound/sequencer.csynth_devs[dev]->bender (dev, chn, w14);
w14688drivers/sound/sequencer.csynth_devs[dev]->bender (dev, chn, w14);
w141013include/linux/soundcard.h#define _CHN_COMMON(dev, event, chn, p1, p2, w14) \
w141021include/linux/soundcard.h*(short *)&_seqbuf[_seqbufptr+6] = (w14);\