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>
This commit is contained in:
parent
bbf91c1c5b
commit
b9956409c2
|
@ -23,8 +23,7 @@
|
||||||
#define _UAPI__SOUND_EMU10K1_H
|
#define _UAPI__SOUND_EMU10K1_H
|
||||||
|
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
|
#include <sound/asound.h>
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ---- FX8010 ----
|
* ---- FX8010 ----
|
||||||
|
|
Loading…
Reference in New Issue