]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
include/uapi/sound/asequencer.h: include sound/asound.h
authorMikko Rapeli <mikko.rapeli@iki.fi>
Mon, 16 Feb 2015 23:05:42 +0000 (00:05 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 17 Feb 2015 06:44:06 +0000 (07:44 +0100)
Fixes userspace compilation error:
error: unknown type name ‘snd_seq_client_type_t’
snd_seq_client_type_t type; /* client type */

Signed-off-by: Mikko Rapeli <mikko.rapeli@iki.fi>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/uapi/sound/asequencer.h

index 09c8a00ea503f77335e514eb8a8b53e5341b92f5..5a5fa4956ebd66f989f7e8886d77e09566127ac0 100644 (file)
@@ -22,6 +22,7 @@
 #ifndef _UAPI__SOUND_ASEQUENCER_H
 #define _UAPI__SOUND_ASEQUENCER_H
 
+#include <sound/asound.h>
 
 /** version of the sequencer */
 #define SNDRV_SEQ_VERSION SNDRV_PROTOCOL_VERSION (1, 0, 1)