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>
This commit is contained in:
Mengdong Lin 2016-07-15 20:18:59 +08:00 committed by Takashi Iwai
parent 2481ef315f
commit 62c180981b
3 changed files with 51 additions and 15 deletions

View file

@ -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"
* ...
* }
*