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:
parent
ed471edb8f
commit
885ae37f49
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue