From 923b8b48ec5a0e7973915189c4d5652fda3b74a8 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 20 Mar 2025 12:55:09 +0100 Subject: [PATCH] alsa-seq; enable UMP again when we can It got accidentally disabled for debugging --- spa/plugins/alsa/alsa-seq.c | 1 - 1 file changed, 1 deletion(-) diff --git a/spa/plugins/alsa/alsa-seq.c b/spa/plugins/alsa/alsa-seq.c index 2548b0954..23b74d0a2 100644 --- a/spa/plugins/alsa/alsa-seq.c +++ b/spa/plugins/alsa/alsa-seq.c @@ -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; }