mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
topology: Add support for parsing vendor tuples
Vendor can define several tuple arrays in 'SectionVendorTuples', as well as the reference to a vendor token list object. A later patche will copy vendor tuples in ABI format to the private buffer of its parent data object in the building phase. Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
9b751b38cb
commit
fdb9a6d19f
5 changed files with 283 additions and 1 deletions
|
|
@ -579,6 +579,7 @@ enum snd_tplg_type {
|
|||
SND_TPLG_TYPE_CC, /*!< Hostless codec <-> codec link */
|
||||
SND_TPLG_TYPE_MANIFEST, /*!< Topology manifest */
|
||||
SND_TPLG_TYPE_TOKEN, /*!< Vendor tokens */
|
||||
SND_TPLG_TYPE_TUPLE, /*!< Vendor tuples */
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue