topology: add token for low power PCM.

Add stream token SOF_TKN_STREAM_PLAYBACK_COMPATIBLE_D0I3 and
SOF_TKN_STREAM_CAPTURE_COMPATIBLE_D0I3 to denote if the stream can run
at low power d0i3 status or not.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
This commit is contained in:
Keyon Jie 2019-08-01 17:19:21 +08:00 committed by Tomasz Lauda
parent 15201664ca
commit 9fcbd3e16a
1 changed files with 5 additions and 0 deletions

View File

@ -97,6 +97,11 @@ SectionVendorTokens."sof_esai_tokens" {
SOF_TKN_IMX_ESAI_MCLK_ID "1100"
}
SectionVendorTokens."sof_stream_tokens" {
SOF_TKN_STREAM_PLAYBACK_COMPATIBLE_D0I3 "1200"
SOF_TKN_STREAM_CAPTURE_COMPATIBLE_D0I3 "1201"
}
SectionVendorTokens."sof_led_tokens" {
SOF_TKN_MUTE_LED_USE "1300"
SOF_TKN_MUTE_LED_DIRECTION "1301"