ASoC: topology: ABI - Define types for vendor tuples
authorMengdong Lin <mengdong.lin@linux.intel.com>
Thu, 24 Mar 2016 02:53:14 +0000 (10:53 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 29 Mar 2016 18:44:05 +0000 (11:44 -0700)
commite42839b012eb8179ed2e3571bfcd133fba5df154
treed2f0a7c0d304ce74da95270ed72980d020c4b18f
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca
ASoC: topology: ABI - Define types for vendor tuples

Tuples, a pair of token and value, can be used to define vendor specific
data, for controls and widgets. This can avoid importing binary data blob
from other files.

Vendor specific tuple arrays will be embeded in the private data buffer
of a control or widget object. To be backward compatible, union is used
to define the tuple arrays in the existing private data ABI object
'struct snd_soc_tplg_private'.

Vendors need to make sure the token values defined by the topology conf
file match those defined by their driver.

Now supported tuple types are uuid, string, bool, byte, short and word.

Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/uapi/sound/asoc.h