Skip to content

Commit

Permalink
tplgtool2.py: add missing SOF_TKN_COMP_NO_WNAME_IN_KCONTROL_NAME
Browse files Browse the repository at this point in the history
Synchronize with Linux commit 246b5b77fc74 ("ASoC: SOF: topology: Add a
token for dropping widget name in kcontrol name")

Signed-off-by: Marc Herbert <[email protected]>
  • Loading branch information
marc-hb committed May 20, 2024
1 parent 265e41c commit e3bf6e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/tplgtool2.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class PcmFormatsFlag(enum.IntFlag):
class SofVendorToken(enum.IntEnum):
r"""SOF vendor tokens
See `tools/topology1/sof/tokens.m4` in SOF.
Duplicates Linux' `include/uapi/sound/sof/tokens.h`
"""
# sof_buffer_tokens
SOF_TKN_BUF_SIZE = 100
Expand Down Expand Up @@ -235,6 +235,7 @@ class SofVendorToken(enum.IntEnum):
SOF_TKN_COMP_CORE_ID = 404
SOF_TKN_COMP_UUID = 405
SOF_TKN_COMP_CPC = 406
SOF_TKN_COMP_NO_WNAME_IN_KCONTROL_NAME = 417
# sof_ssp_tokens
SOF_TKN_INTEL_SSP_CLKS_CONTROL = 500
SOF_TKN_INTEL_SSP_MCLK_ID = 501
Expand Down

0 comments on commit e3bf6e9

Please sign in to comment.