[ALSA] add more sequencer port type information bits
Add four new information flags SNDRV_SEQ_PORT_TYPE_HARDWARE, _SOFTWARE, _SYNTHESIZER, _PORT for sequencer ports. This makes it easier for apps like Rosegarden to make policy decisions based on the port type. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
This commit is contained in:

committed by
Jaroslav Kysela

parent
c97f3dd854
commit
450047a78f
@@ -54,7 +54,9 @@ static struct snd_midi_op emux_ops = {
|
||||
#define DEFAULT_MIDI_TYPE (SNDRV_SEQ_PORT_TYPE_MIDI_GENERIC |\
|
||||
SNDRV_SEQ_PORT_TYPE_MIDI_GM |\
|
||||
SNDRV_SEQ_PORT_TYPE_MIDI_GS |\
|
||||
SNDRV_SEQ_PORT_TYPE_MIDI_XG)
|
||||
SNDRV_SEQ_PORT_TYPE_MIDI_XG |\
|
||||
SNDRV_SEQ_PORT_TYPE_HARDWARE |\
|
||||
SNDRV_SEQ_PORT_TYPE_SYNTHESIZER)
|
||||
|
||||
/*
|
||||
* Initialise the EMUX Synth by creating a client and registering
|
||||
|
Reference in New Issue
Block a user