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 597 sound/drivers/opl4/opl4_synth.c case MIDI_CTL_MSB_PAN: MIDI_CTL_MSB_PAN 443 sound/synth/emux/emux_oss.c chan->control[MIDI_CTL_MSB_PAN] = (int)p1 << 3; MIDI_CTL_MSB_PAN 325 sound/synth/emux/emux_synth.c case MIDI_CTL_MSB_PAN: MIDI_CTL_MSB_PAN 648 sound/synth/emux/emux_synth.c pan = chan->control[MIDI_CTL_MSB_PAN] - 64;