summaryrefslogtreecommitdiff
path: root/include/sound/sof/header.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/sof/header.h')
-rw-r--r--include/sound/sof/header.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/sof/header.h b/include/sound/sof/header.h
index 4c747c52e01b..1825e4e67879 100644
--- a/include/sound/sof/header.h
+++ b/include/sound/sof/header.h
@@ -31,7 +31,7 @@
/* Global Message - Generic */
#define SOF_GLB_TYPE_SHIFT 28
-#define SOF_GLB_TYPE_MASK (0xfL << SOF_GLB_TYPE_SHIFT)
+#define SOF_GLB_TYPE_MASK (0xfUL << SOF_GLB_TYPE_SHIFT)
#define SOF_GLB_TYPE(x) ((x) << SOF_GLB_TYPE_SHIFT)
/* Command Message - Generic */