Skip to content

Commit 16e9f74

Browse files
committed
ALSA sequencer client: Define port as SND_SEQ_PORT_TYPE_MIDI_GENERIC
1 parent aefdb33 commit 16e9f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/adlalsaseq/adlalsaseq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ static ALSA_Seq_Data midi_open(void)
6262
data.port = snd_seq_create_simple_port(
6363
data.handle, "libADLMIDI port",
6464
SND_SEQ_PORT_CAP_WRITE|SND_SEQ_PORT_CAP_SUBS_WRITE,
65-
SND_SEQ_PORT_TYPE_APPLICATION);
65+
SND_SEQ_PORT_TYPE_APPLICATION|SND_SEQ_PORT_TYPE_MIDI_GENERIC);
6666
check_seq_error(data.port, "Could not create sequencer port");
6767

6868
data.n_connections = 0;

0 commit comments

Comments
 (0)