projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bebf70
)
include/uapi/sound/asequencer.h: include sound/asound.h
author
Mikko Rapeli
<mikko.rapeli@iki.fi>
Mon, 16 Feb 2015 23:05:42 +0000
(
00:05
+0100)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 17 Feb 2015 06:44:06 +0000
(07:44 +0100)
Fixes userspace compilation error:
error: unknown type name ‘snd_seq_client_type_t’
snd_seq_client_type_t type; /* client type */
Signed-off-by: Mikko Rapeli <mikko.rapeli@iki.fi>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/uapi/sound/asequencer.h
patch
|
blob
|
blame
|
history
diff --git
a/include/uapi/sound/asequencer.h
b/include/uapi/sound/asequencer.h
index 09c8a00ea503f77335e514eb8a8b53e5341b92f5..5a5fa4956ebd66f989f7e8886d77e09566127ac0 100644
(file)
--- a/
include/uapi/sound/asequencer.h
+++ b/
include/uapi/sound/asequencer.h
@@
-22,6
+22,7
@@
#ifndef _UAPI__SOUND_ASEQUENCER_H
#define _UAPI__SOUND_ASEQUENCER_H
+#include <sound/asound.h>
/** version of the sequencer */
#define SNDRV_SEQ_VERSION SNDRV_PROTOCOL_VERSION (1, 0, 1)