Skip to content

Commit bbf91c1

Browse files
mcfrisktiwai
authored andcommitted
include/uapi/sound/asequencer.h: include sound/asound.h
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>
1 parent 4bebf70 commit bbf91c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/uapi/sound/asequencer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#ifndef _UAPI__SOUND_ASEQUENCER_H
2323
#define _UAPI__SOUND_ASEQUENCER_H
2424

25+
#include <sound/asound.h>
2526

2627
/** version of the sequencer */
2728
#define SNDRV_SEQ_VERSION SNDRV_PROTOCOL_VERSION (1, 0, 1)

0 commit comments

Comments
 (0)