Skip to content

Commit b995640

Browse files
mcfrisktiwai
authored andcommitted
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>
1 parent bbf91c1 commit b995640

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/uapi/sound/emu10k1.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
#define _UAPI__SOUND_EMU10K1_H
2424

2525
#include <linux/types.h>
26-
27-
26+
#include <sound/asound.h>
2827

2928
/*
3029
* ---- FX8010 ----

0 commit comments

Comments
 (0)