View | Details | Raw Unified | Return to bug 275349
Collapse All | Expand All

(-)b/audio/alsa-utils/files/patch-seq_aplaymidi_aplaymidi.c (+11 lines)
Added Link Here
1
--- seq/aplaymidi/aplaymidi.c.orig	2023-09-01 15:36:26 UTC
2
+++ seq/aplaymidi/aplaymidi.c
3
@@ -819,6 +819,8 @@ static void play_midi(void)
4
 		ev.time.tick = event->tick;
5
 		ev.dest = ports[event->port];
6
 		if (event->type == SND_SEQ_EVENT_TEMPO) {
7
+			ev.type = event->type;
8
+			snd_seq_ev_set_fixed(&ev);
9
 			ev.dest.client = SND_SEQ_CLIENT_SYSTEM;
10
 			ev.dest.port = SND_SEQ_PORT_SYSTEM_TIMER;
11
 			ev.data.queue.queue = queue;

Return to bug 275349