MIDI_CTL_MSB_PAN  393 sound/drivers/opl4/opl4_synth.c 		pan += (voice->chan->control[MIDI_CTL_MSB_PAN] - 0x40) >> 3;
MIDI_CTL_MSB_PAN  600 sound/drivers/opl4/opl4_synth.c 	case MIDI_CTL_MSB_PAN:
MIDI_CTL_MSB_PAN  467 sound/synth/emux/emux_oss.c 		chan->control[MIDI_CTL_MSB_PAN] = (int)p1 << 3;
MIDI_CTL_MSB_PAN  340 sound/synth/emux/emux_synth.c 	case MIDI_CTL_MSB_PAN:
MIDI_CTL_MSB_PAN  663 sound/synth/emux/emux_synth.c 		pan = chan->control[MIDI_CTL_MSB_PAN] - 64;