summaryrefslogtreecommitdiff
path: root/src/topology/tplg_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/topology/tplg_local.h')
-rw-r--r--src/topology/tplg_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/topology/tplg_local.h b/src/topology/tplg_local.h
index 518b81ed..48db813d 100644
--- a/src/topology/tplg_local.h
+++ b/src/topology/tplg_local.h
@@ -104,7 +104,7 @@ struct tplg_tuple {
char token[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
union {
char string[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
- char uuid[16];
+ unsigned char uuid[16];
unsigned int value;
};
};