[ALSA] Remove sequencer instrument layer
Remove sequencer instrument layer from the tree. This mechanism hasn't been used much with the actual devices. The only reasonable user was OPL3 loader, and now it was rewritten to use hwdep instead. So, let's remove the rest of rotten codes. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
committed by
Jaroslav Kysela
parent
05c1afe75f
commit
e5723b41ab
@ -229,13 +229,6 @@ snd_midi_process_event(struct snd_midi_op *ops,
|
||||
case SNDRV_SEQ_EVENT_PORT_START:
|
||||
case SNDRV_SEQ_EVENT_PORT_EXIT:
|
||||
case SNDRV_SEQ_EVENT_PORT_CHANGE:
|
||||
case SNDRV_SEQ_EVENT_SAMPLE:
|
||||
case SNDRV_SEQ_EVENT_SAMPLE_START:
|
||||
case SNDRV_SEQ_EVENT_SAMPLE_STOP:
|
||||
case SNDRV_SEQ_EVENT_SAMPLE_FREQ:
|
||||
case SNDRV_SEQ_EVENT_SAMPLE_VOLUME:
|
||||
case SNDRV_SEQ_EVENT_SAMPLE_LOOP:
|
||||
case SNDRV_SEQ_EVENT_SAMPLE_POSITION:
|
||||
case SNDRV_SEQ_EVENT_ECHO:
|
||||
not_yet:
|
||||
default:
|
||||
|
Reference in New Issue
Block a user