26 lines
805 B
Diff
26 lines
805 B
Diff
|
From 22d6b6e643d81467bcd2b0d8934c6b84bed51787 Mon Sep 17 00:00:00 2001
|
||
|
From: Takashi Iwai <tiwai@suse.de>
|
||
|
Date: Fri, 30 Nov 2012 14:33:54 +0100
|
||
|
Subject: [PATCH] Add workaround for conflicting snd_seq_event_t definitions
|
||
|
|
||
|
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
||
|
---
|
||
|
include/local.h | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/include/local.h b/include/local.h
|
||
|
index b0a9368..268970a 100644
|
||
|
--- a/include/local.h
|
||
|
+++ b/include/local.h
|
||
|
@@ -144,6 +144,7 @@
|
||
|
#define snd_seq_tick_time_t sndrv_seq_tick_time_t
|
||
|
#define snd_seq_real_time sndrv_seq_real_time
|
||
|
#define snd_seq_timestamp sndrv_seq_timestamp
|
||
|
+#define snd_seq_event_type_t sndrv_seq_event_type_t
|
||
|
#define snd_seq_event sndrv_seq_event
|
||
|
#define snd_seq_connect sndrv_seq_connect
|
||
|
#define snd_seq_ev_note sndrv_seq_ev_note
|
||
|
--
|
||
|
1.8.0.1
|
||
|
|