summaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authorShreyas NC <shreyas.nc@intel.com>2016-04-28 11:07:57 +0530
committerTakashi Iwai <tiwai@suse.de>2016-04-28 16:14:49 +0200
commita8ca6d1c4b942616dad43d51d954c31894e3c608 (patch)
tree1b058fb0e928da4bdc32e32311e1d3d752a25f06 /include/sound
parentf5c313eae5c26d6843a4f860743151f53b2f4041 (diff)
downloadalsa-lib-a8ca6d1c4b942616dad43d51d954c31894e3c608.tar.gz
Add u8 in type_compat.h
Skylake headers use u8 data types which were not present in type_compat so add them. Signed-off-by: Shreyas NC <shreyas.nc@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/type_compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/type_compat.h b/include/sound/type_compat.h
index eec86e4b..e973ff31 100644
--- a/include/sound/type_compat.h
+++ b/include/sound/type_compat.h
@@ -32,9 +32,11 @@ typedef int32_t __s32;
#define __le64 __u64
#define __le32 __u32
#define __le16 __u16
+#define __le8 __u8
#define __be64 __u64
#define __be32 __u32
#define __be16 __u16
+#define __be8 __u8
#endif /* DOC_HIDDEN */
#endif /* __TYPE_COMPAT_H */