summaryrefslogtreecommitdiff
path: root/include/topology.h
diff options
context:
space:
mode:
authorMengdong Lin <mengdong.lin@linux.intel.com>2016-07-15 20:18:59 +0800
committerTakashi Iwai <tiwai@suse.de>2016-07-17 10:00:04 +0200
commit62c180981b0dea10f4481b30e55ddedc12267cf8 (patch)
treee001a7b7770b419fa5bf4d3795809973f25934be /include/topology.h
parent2481ef315f03fe438898bcee7f06374c0d101ee1 (diff)
downloadalsa-lib-62c180981b0dea10f4481b30e55ddedc12267cf8.tar.gz
topology: Change uuid value to 16 separate characters in text conf file
Previously in text conf file, the uuid value of vendor tuples is a 16-characer string. Now change it to 16 characters separated by commas, easier for users to edit it manually. Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com> Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/topology.h')
-rw-r--r--include/topology.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/topology.h b/include/topology.h
index d666505f..89bed6c4 100644
--- a/include/topology.h
+++ b/include/topology.h
@@ -273,8 +273,8 @@ extern "C" {
* ...
* }
*
- * tuples."uuid" {
- * VENDOR_TOKEN_ID2 "16 character uuid"
+ * tuples."uuid" { # 16 characters separated by commas
+ * VENDOR_TOKEN_ID2 "0x01,0x02,...,0x0f"
* ...
* }
*