diff options
author | Mikko Rapeli <mikko.rapeli@iki.fi> | 2015-02-17 02:05:43 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-02-17 09:45:23 +0300 |
commit | b9956409c281931c74ba8d0a2b61a98076a58602 (patch) | |
tree | 53d3b86ed4ee0debaaf32e2811cdf1b401ffff10 /include/uapi/sound | |
parent | bbf91c1c5bfc00c2961f15657359ee7e87de4269 (diff) | |
download | linux-b9956409c281931c74ba8d0a2b61a98076a58602.tar.xz |
include/uapi/sound/emu10k1.h: include sound/asound.h
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>
Diffstat (limited to 'include/uapi/sound')
-rw-r--r-- | include/uapi/sound/emu10k1.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/uapi/sound/emu10k1.h b/include/uapi/sound/emu10k1.h index d1bbaf78457a..ec1535bb6aed 100644 --- 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 ---- |