Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mikko Rapeli and committed by
Takashi Iwai
bbf91c1c 4bebf709

+1
+1
include/uapi/sound/asequencer.h
··· 22 22 #ifndef _UAPI__SOUND_ASEQUENCER_H 23 23 #define _UAPI__SOUND_ASEQUENCER_H 24 24 25 + #include <sound/asound.h> 25 26 26 27 /** version of the sequencer */ 27 28 #define SNDRV_SEQ_VERSION SNDRV_PROTOCOL_VERSION (1, 0, 1)