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:
bbf91c1
)
include/uapi/sound/emu10k1.h: include sound/asound.h
author
Mikko Rapeli
<mikko.rapeli@iki.fi>
Mon, 16 Feb 2015 23:05:43 +0000
(
00:05
+0100)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 17 Feb 2015 06:45:23 +0000
(07:45 +0100)
Fixes userspace compilation errors like:
error: field ‘id’ has incomplete type
struct snd_ctl_elem_id id; /* full control ID definition */
Signed-off-by: Mikko Rapeli <mikko.rapeli@iki.fi>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/uapi/sound/emu10k1.h
patch
|
blob
|
blame
|
history
diff --git
a/include/uapi/sound/emu10k1.h
b/include/uapi/sound/emu10k1.h
index d1bbaf78457aed371fe9104641e311d237f53e40..ec1535bb6aedd043df4d5b4950805d8fc2aeaa05 100644
(file)
--- a/
include/uapi/sound/emu10k1.h
+++ b/
include/uapi/sound/emu10k1.h
@@
-23,8
+23,7
@@
#define _UAPI__SOUND_EMU10K1_H
#include <linux/types.h>
-
-
+#include <sound/asound.h>
/*
* ---- FX8010 ----