pitchbend          87 sound/drivers/opl3/opl3_midi.c 		int pitchbend = chan->midi_pitchbend;
pitchbend          90 sound/drivers/opl3/opl3_midi.c 		if (pitchbend < -0x2000)
pitchbend          91 sound/drivers/opl3/opl3_midi.c 			pitchbend = -0x2000;
pitchbend          92 sound/drivers/opl3/opl3_midi.c 		if (pitchbend > 0x1FFF)
pitchbend          93 sound/drivers/opl3/opl3_midi.c 			pitchbend = 0x1FFF;
pitchbend          95 sound/drivers/opl3/opl3_midi.c 		segment = pitchbend / 0x1000;
pitchbend          98 sound/drivers/opl3/opl3_midi.c 			 (pitchbend % 0x1000)) / 0x1000;
pitchbend         146 sound/isa/gus/gus_volume.c unsigned short snd_gf1_compute_pitchbend(unsigned short pitchbend, unsigned short sens)
pitchbend         157 sound/isa/gus/gus_volume.c 	wheel = (int) pitchbend - 8192;