topology: cml: update macros for HDA DAI's

HDA_DAI_CONFIG has been replaced to re-use DAI_CONFIG.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
Ranjani Sridharan 2019-01-16 21:14:25 -08:00 committed by Liam Girdwood
parent ef8df6f95c
commit 364f52b74f
1 changed files with 3 additions and 5 deletions

View File

@ -7,7 +7,6 @@ include(`utils.m4')
include(`dai.m4') include(`dai.m4')
include(`pipeline.m4') include(`pipeline.m4')
include(`ssp.m4') include(`ssp.m4')
include(`hda.m4')
# Include TLV library # Include TLV library
include(`common/tlv.m4') include(`common/tlv.m4')
@ -149,10 +148,9 @@ DAI_CONFIG(DMIC, 0, 1, dmic01,
PDM_CONFIG(DMIC, 0, FOUR_CH_PDM0_PDM1))) PDM_CONFIG(DMIC, 0, FOUR_CH_PDM0_PDM1)))
# 3 HDMI/DP outputs (ID: 2,3,4) # 3 HDMI/DP outputs (ID: 2,3,4)
dnl HDA_DAI_CONFIG(dai_index, link_id, name) DAI_CONFIG(HDA, 0, 2, iDisp1)
HDA_DAI_CONFIG(0, 2, iDisp1) DAI_CONFIG(HDA, 0, 3, iDisp2)
HDA_DAI_CONFIG(0, 3, iDisp2) DAI_CONFIG(HDA, 0, 4, iDisp3)
HDA_DAI_CONFIG(0, 4, iDisp3)
DEBUG_END DEBUG_END