]> git.alsa-project.org Git - alsa-utils.git/commit
topology: pre-process-base: add support for VendorToken objects
authorRanjani Sridharan <ranjani.sridharan@linux.intel.com>
Mon, 26 Apr 2021 18:55:22 +0000 (11:55 -0700)
committerJaroslav Kysela <perex@perex.cz>
Tue, 25 May 2021 16:26:51 +0000 (18:26 +0200)
commitd271972177947b6c7b4ad4bc3d58c4b36255063a
tree54366ec886022614e3f00c0241efc7a33ad20ee4
parentcb65ce0195ed30f2f7ce18c1c38fd27f12a9fcda
topology: pre-process-base: add support for VendorToken objects

Add support for pre-processing VendorToken objects.
For ex:
Object.Base.VendorToken."sof_tkn_dai" {
dmac_config 153
dai_type 154
index 155
direction 156
}

would be converted to:

SectionVendorTokens."sof_tkn_dai" {
dmac_config 153
dai_type 154
index 155
direction 156
}

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
topology/pre-process-object.c