]> git.alsa-project.org Git - alsa-lib.git/commit
topology: Tuple type can have an extenstion
authorMengdong Lin <mengdong.lin@linux.intel.com>
Fri, 15 Jul 2016 12:19:58 +0000 (20:19 +0800)
committerTakashi Iwai <tiwai@suse.de>
Sun, 17 Jul 2016 08:00:28 +0000 (10:00 +0200)
commit962d006c28273ceb16ef915ce077a3163d299f7f
tree03cb86791bc04e7ad67f8df5c261d60e1570ec52
parenta3683a2ba04154ed5b06fdb9536f6c97b64ff71a
topology: Tuple type can have an extenstion

After the type specific string ("uuid", "string", "byte", "short" and
"word"), users may append a string, like  "uuidxxx". The topology parser
will check the first few characters to get the tuple type.

This can allow users to put multiple tuples of the same type into one
vendor tuple section (SectionVendorTuples), e.g. parameters of multiple
firmware modules.

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>
include/topology.h
src/topology/data.c