|
@@ -318,7 +318,7 @@ do_control(struct snd_midi_op *ops, void *drv, struct snd_midi_channel_set *chse
|
|
|
break;
|
|
break;
|
|
|
case MIDI_CTL_MSB_DATA_ENTRY:
|
|
case MIDI_CTL_MSB_DATA_ENTRY:
|
|
|
chan->control[MIDI_CTL_LSB_DATA_ENTRY] = 0;
|
|
chan->control[MIDI_CTL_LSB_DATA_ENTRY] = 0;
|
|
|
- /* go through here */
|
|
|
|
|
|
|
+ /* fall through */
|
|
|
case MIDI_CTL_LSB_DATA_ENTRY:
|
|
case MIDI_CTL_LSB_DATA_ENTRY:
|
|
|
if (chan->param_type == SNDRV_MIDI_PARAM_TYPE_REGISTERED)
|
|
if (chan->param_type == SNDRV_MIDI_PARAM_TYPE_REGISTERED)
|
|
|
rpn(ops, drv, chan, chset);
|
|
rpn(ops, drv, chan, chset);
|