[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:

committato da
Jaroslav Kysela

parent
c97f3dd854
commit
450047a78f
@@ -203,7 +203,9 @@ static int snd_opl3_synth_create_port(struct snd_opl3 * opl3)
|
||||
SNDRV_SEQ_PORT_CAP_SUBS_WRITE,
|
||||
SNDRV_SEQ_PORT_TYPE_MIDI_GENERIC |
|
||||
SNDRV_SEQ_PORT_TYPE_MIDI_GM |
|
||||
SNDRV_SEQ_PORT_TYPE_DIRECT_SAMPLE,
|
||||
SNDRV_SEQ_PORT_TYPE_DIRECT_SAMPLE |
|
||||
SNDRV_SEQ_PORT_TYPE_HARDWARE |
|
||||
SNDRV_SEQ_PORT_TYPE_SYNTHESIZER,
|
||||
16, voices,
|
||||
name);
|
||||
if (opl3->chset->port < 0) {
|
||||
|
Fai riferimento in un nuovo problema
Block a user