diff options
author | Mark Brown <broonie@kernel.org> | 2016-12-12 16:52:46 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-12-12 16:52:46 +0100 |
commit | 52708d05bad11ea2cd2c1391af13321b80982332 (patch) | |
tree | 9c214d4197712f7d2942cd9c3c1344d5d67e1a60 /include/uapi/sound | |
parent | Merge remote-tracking branch 'asoc/topic/dmaengine' into asoc-next (diff) | |
parent | ASoC: Intel: update bxt_da7219_max98357a to support quad ch dmic capture (diff) | |
download | linux-52708d05bad11ea2cd2c1391af13321b80982332.tar.xz linux-52708d05bad11ea2cd2c1391af13321b80982332.zip |
Merge remote-tracking branch 'asoc/topic/intel' into asoc-next
Diffstat (limited to 'include/uapi/sound')
-rw-r--r-- | include/uapi/sound/snd_sst_tokens.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/uapi/sound/snd_sst_tokens.h b/include/uapi/sound/snd_sst_tokens.h index 1ee2e943d66a..93392bedcc58 100644 --- a/include/uapi/sound/snd_sst_tokens.h +++ b/include/uapi/sound/snd_sst_tokens.h @@ -157,6 +157,10 @@ * * %SKL_TKN_STR_LIB_NAME: Specifies the library name * + * %SKL_TKN_U32_PMODE: Specifies the power mode for pipe + * + * %SKL_TKL_U32_D0I3_CAPS: Specifies the D0i3 capability for module + * * module_id and loadable flags dont have tokens as these values will be * read from the DSP FW manifest */ @@ -208,7 +212,9 @@ enum SKL_TKNS { SKL_TKN_U32_PROC_DOMAIN, SKL_TKN_U32_LIB_COUNT, SKL_TKN_STR_LIB_NAME, - SKL_TKN_MAX = SKL_TKN_STR_LIB_NAME, + SKL_TKN_U32_PMODE, + SKL_TKL_U32_D0I3_CAPS, + SKL_TKN_MAX = SKL_TKL_U32_D0I3_CAPS, }; #endif |