Skip to content

Commit ed97bb9

Browse files
bardliaolgirdwood
authored andcommitted
topology: update HDA index
The index should be 0,1,2 instead of all 0. Signed-off-by: Bard liao <yung-chuan.liao@linux.intel.com>
1 parent acf2bd5 commit ed97bb9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

tools/topology/sof-cml-rt5682.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ DAI_CONFIG(DMIC, 0, 1, dmic01,
156156

157157
# 3 HDMI/DP outputs (ID: 2,3,4)
158158
DAI_CONFIG(HDA, 0, 2, iDisp1)
159-
DAI_CONFIG(HDA, 0, 3, iDisp2)
160-
DAI_CONFIG(HDA, 0, 4, iDisp3)
159+
DAI_CONFIG(HDA, 1, 3, iDisp2)
160+
DAI_CONFIG(HDA, 2, 4, iDisp3)
161161

162162

163163
DEBUG_END

tools/topology/sof-cml-src-rt5682.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ DAI_CONFIG(DMIC, 0, 1, dmic01,
150150

151151
# 3 HDMI/DP outputs (ID: 2,3,4)
152152
DAI_CONFIG(HDA, 0, 2, iDisp1)
153-
DAI_CONFIG(HDA, 0, 3, iDisp2)
154-
DAI_CONFIG(HDA, 0, 4, iDisp3)
153+
DAI_CONFIG(HDA, 1, 3, iDisp2)
154+
DAI_CONFIG(HDA, 2, 4, iDisp3)
155155

156156

157157
DEBUG_END

0 commit comments

Comments
 (0)