Takashi Iwai
4f943c3d9e
- backport UAPI header fix, chmap extension and comiple warning fix 0036-Merge-kernel-uapi-sound-asound.h-and-asequencer.h.patch 0037-PCM-Add-more-chmap-definitions-for-UAC2.patch 0038-PCM-shut-up-a-compile-unused-parameter-compile-warni.patch 0039-Add-workaround-for-conflicting-snd_seq_event_t-defin.patch OBS-URL: https://build.opensuse.org/request/show/143672 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa?expand=0&rev=117
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
|
|
|