Skip to content

Commit e3bf6e9

Browse files
committed
tplgtool2.py: add missing SOF_TKN_COMP_NO_WNAME_IN_KCONTROL_NAME
Synchronize with Linux commit 246b5b77fc74 ("ASoC: SOF: topology: Add a token for dropping widget name in kcontrol name") Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent 265e41c commit e3bf6e9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/tplgtool2.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ class PcmFormatsFlag(enum.IntFlag):
198198
class SofVendorToken(enum.IntEnum):
199199
r"""SOF vendor tokens
200200
201-
See `tools/topology1/sof/tokens.m4` in SOF.
201+
Duplicates Linux' `include/uapi/sound/sof/tokens.h`
202202
"""
203203
# sof_buffer_tokens
204204
SOF_TKN_BUF_SIZE = 100
@@ -235,6 +235,7 @@ class SofVendorToken(enum.IntEnum):
235235
SOF_TKN_COMP_CORE_ID = 404
236236
SOF_TKN_COMP_UUID = 405
237237
SOF_TKN_COMP_CPC = 406
238+
SOF_TKN_COMP_NO_WNAME_IN_KCONTROL_NAME = 417
238239
# sof_ssp_tokens
239240
SOF_TKN_INTEL_SSP_CLKS_CONTROL = 500
240241
SOF_TKN_INTEL_SSP_MCLK_ID = 501

0 commit comments

Comments
 (0)