mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-06 13:29:59 -05: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
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue