]> Git Repo - linux.git/commitdiff
include/uapi/sound/emu10k1.h: include sound/asound.h
authorMikko Rapeli <[email protected]>
Mon, 16 Feb 2015 23:05:43 +0000 (00:05 +0100)
committerTakashi Iwai <[email protected]>
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 <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
include/uapi/sound/emu10k1.h

index d1bbaf78457aed371fe9104641e311d237f53e40..ec1535bb6aedd043df4d5b4950805d8fc2aeaa05 100644 (file)
@@ -23,8 +23,7 @@
 #define _UAPI__SOUND_EMU10K1_H
 
 #include <linux/types.h>
-
-
+#include <sound/asound.h>
 
 /*
  * ---- FX8010 ----
This page took 0.041249 seconds and 4 git commands to generate.