mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
topology: Add support for vendor tokens
Vendor can define a token list in SectionVendorTokens. Each token element is a pair of string ID and integer value. And both the ID and value are vendor-specific. Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
768a006089
commit
9b751b38cb
5 changed files with 79 additions and 0 deletions
|
|
@ -578,6 +578,7 @@ enum snd_tplg_type {
|
|||
SND_TPLG_TYPE_BE, /*!< BE DAI link */
|
||||
SND_TPLG_TYPE_CC, /*!< Hostless codec <-> codec link */
|
||||
SND_TPLG_TYPE_MANIFEST, /*!< Topology manifest */
|
||||
SND_TPLG_TYPE_TOKEN, /*!< Vendor tokens */
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue