mirror of https://github.com/thesofproject/sof.git
topology: sof-cml-demux-rt5682: revise physical link iDisp1 ID
to align with machine driver The physical link iDisp1 ID for HDMI should be changed to 3,4,5 to align with machine driver. ID 2 is defined for DMIC16k. Signed-off-by: Zhang Keqiao <keqiao.zhang@linux.intel.com>
This commit is contained in:
parent
57f21581e4
commit
fd6208d65b
|
@ -182,10 +182,10 @@ DAI_CONFIG(DMIC, 0, 1, dmic01,
|
|||
DMIC_WORD_LENGTH(s32le), 400, DMIC, 0,
|
||||
PDM_CONFIG(DMIC, 0, FOUR_CH_PDM0_PDM1)))
|
||||
|
||||
# 3 HDMI/DP outputs (ID: 2,3,4)
|
||||
DAI_CONFIG(HDA, 0, 2, iDisp1)
|
||||
DAI_CONFIG(HDA, 1, 3, iDisp2)
|
||||
DAI_CONFIG(HDA, 2, 4, iDisp3)
|
||||
# 3 HDMI/DP outputs (ID: 3,4,5)
|
||||
DAI_CONFIG(HDA, 0, 3, iDisp1)
|
||||
DAI_CONFIG(HDA, 1, 4, iDisp2)
|
||||
DAI_CONFIG(HDA, 2, 5, iDisp3)
|
||||
|
||||
|
||||
DEBUG_END
|
||||
|
|
Loading…
Reference in New Issue