]> git.alsa-project.org Git - alsa-lib.git/commit
topology: Add API to set a vendor specific version number
authorMengdong Lin <mengdong.lin@intel.com>
Wed, 16 Sep 2015 09:07:13 +0000 (17:07 +0800)
committerTakashi Iwai <tiwai@suse.de>
Wed, 23 Sep 2015 08:45:52 +0000 (10:45 +0200)
commit8b0a5310bf3cb6ca1f7d70e3f4149b25b17b453a
tree22a08ca2ba998449dd4a9a9badb1706f1483d797
parentc82417650a1ea4446c19dd82bfab9d8e6cd5a969
topology: Add API to set a vendor specific version number

This vendor-specific version number is optional. It will be written to
the 'version' field of each block header of the binary toplogy data file.
The vendor driver can check this number for further processing in kernel.

The topology ABI version number is still stored in the 'abi' field of
block headers.

Signed-off-by: Mengdong Lin <mengdong.lin@intel.com>
Reviewed-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/topology.h
src/topology/builder.c
src/topology/parser.c