mirror of https://github.com/thesofproject/sof.git
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:
parent
15201664ca
commit
9fcbd3e16a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue