mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
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:
parent
2481ef315f
commit
62c180981b
3 changed files with 51 additions and 15 deletions
|
|
@ -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"
|
||||
* ...
|
||||
* }
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue