topology: Add token support for PCMs and components buffers.

Add topology tokens for PCM and buffer configuration.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2017-08-09 14:36:44 +01:00
parent c52d42685d
commit e50cccdae3
1 changed files with 16 additions and 1 deletions

View File

@ -11,13 +11,14 @@
SectionVendorTokens."sof_buffer_tokens" {
SOF_TKN_BUF_SIZE "100"
SOF_TKN_BUF_PRELOAD "101"
}
SectionVendorTokens."sof_dai_tokens" {
SOF_TKN_DAI_DMAC "151"
SOF_TKN_DAI_DMAC_CHAN "152"
SOF_TKN_DAI_DMAC_CONFIG "153"
SOF_TKN_DAI_TYPE "154"
SOF_TKN_DAI_INDEX "155"
}
SectionVendorTokens."sof_sched_tokens" {
@ -25,6 +26,7 @@ SectionVendorTokens."sof_sched_tokens" {
SOF_TKN_SCHED_PRIORITY "201"
SOF_TKN_SCHED_MIPS "202"
SOF_TKN_SCHED_CORE "203"
SOF_TKN_SCHED_FRAMES "204"
}
SectionVendorTokens."sof_volume_tokens" {
@ -36,3 +38,16 @@ SectionVendorTokens."sof_src_tokens" {
SOF_TKN_SRC_RATE_IN "300"
SOF_TKN_SRC_RATE_OUT "301"
}
SectionVendorTokens."sof_pcm_tokens" {
SOF_TKN_PCM_DMAC "351"
SOF_TKN_PCM_DMAC_CHAN "352"
SOF_TKN_PCM_DMAC_CONFIG "353"
}
SectionVendorTokens."sof_comp_tokens" {
SOF_TKN_COMP_PERIOD_SINK_COUNT "400"
SOF_TKN_COMP_PERIOD_SOURCE_COUNT "401"
SOF_TKN_COMP_FORMAT "402"
SOF_TKN_COMP_PRELOAD_COUNT "403"
}