topology: bxt: change to use dmac0 for capture

Otherwise, the channels may be used up when pipeline number > 8.

Todo: remove dmac definition from tplg, just allocate them inside
firmware.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
This commit is contained in:
Keyon Jie 2018-05-31 22:31:19 +08:00 committed by Liam Girdwood
parent ed471edb8f
commit 885ae37f49
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ W_VENDORTUPLES(dai0p_plat_tokens, sof_dai_tokens, LIST(` ', `SOF_TKN_DAI_DMAC "
W_DATA(dai0p_plat_conf, dai0p_plat_tokens)
# DAI0 platform capture configuration
W_VENDORTUPLES(dai0c_plat_tokens, sof_dai_tokens, LIST(` ', `SOF_TKN_DAI_DMAC "1"', `SOF_TKN_DAI_DMAC_CHAN "1"'))
W_VENDORTUPLES(dai0c_plat_tokens, sof_dai_tokens, LIST(` ', `SOF_TKN_DAI_DMAC "0"', `SOF_TKN_DAI_DMAC_CHAN "1"'))
W_DATA(dai0c_plat_conf, dai0c_plat_tokens)