summaryrefslogtreecommitdiff
path: root/oui-update.py
AgeCommit message (Collapse)AuthorFilesLines
2013-08-23oui-update: minor: Fix typo in error messageTobias Klauser1-1/+1
s/Eror/Error/ Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2013-05-05oui: minor: rename update fileDaniel Borkmann1-0/+81
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
onie@kernel.org>2016-03-29 11:44:05 -0700 commite42839b012eb8179ed2e3571bfcd133fba5df154 (patch) treed2f0a7c0d304ce74da95270ed72980d020c4b18f /Documentation/devicetree parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)
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>
Diffstat (limited to 'Documentation/devicetree')