Searched refs:w14 (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsequencer.c535 unsigned short w14 = *(short *) &event_rec[6]; local
564 synth_devs[dev]->chn_info[chn].controllers[p1] = w14 & 0x7f;
571 int val = w14 & 0x7f;
591 synth_devs[dev]->controller(dev, chn, p1, w14);
594 synth_devs[dev]->controller(dev, chn, p1, w14);
600 synth_devs[dev]->chn_info[chn].bender_value = w14;
611 synth_devs[dev]->bender(dev, i, w14);
614 synth_devs[dev]->bender(dev, chn, w14);
617 synth_devs[dev]->bender(dev, chn, w14);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsoundcard.h1178 #define _CHN_COMMON(dev, event, chn, p1, p2, w14) \
1186 *(short *)&_seqbuf[_seqbufptr+6] = (w14);\

Completed in 110 milliseconds