alsa-seq; enable UMP again when we can

It got accidentally disabled for debugging
This commit is contained in:
Wim Taymans 2025-03-20 12:55:09 +01:00
parent 7662a01f85
commit 923b8b48ec

View file

@ -60,7 +60,6 @@ static int seq_open(struct seq_state *state, struct seq_conn *conn, bool with_qu
spa_log_debug(state->log, "%p: ALSA UMP MIDI enabled", state);
state->ump = true;
}
state->ump = false;
return 0;
}