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>
This commit is contained in:
Bard liao 2019-04-01 15:40:57 +08:00 committed by Liam Girdwood
parent acf2bd52d5
commit ed97bb9418
2 changed files with 4 additions and 4 deletions

View File

@ -156,8 +156,8 @@ DAI_CONFIG(DMIC, 0, 1, dmic01,
# 3 HDMI/DP outputs (ID: 2,3,4)
DAI_CONFIG(HDA, 0, 2, iDisp1)
DAI_CONFIG(HDA, 0, 3, iDisp2)
DAI_CONFIG(HDA, 0, 4, iDisp3)
DAI_CONFIG(HDA, 1, 3, iDisp2)
DAI_CONFIG(HDA, 2, 4, iDisp3)
DEBUG_END

View File

@ -150,8 +150,8 @@ DAI_CONFIG(DMIC, 0, 1, dmic01,
# 3 HDMI/DP outputs (ID: 2,3,4)
DAI_CONFIG(HDA, 0, 2, iDisp1)
DAI_CONFIG(HDA, 0, 3, iDisp2)
DAI_CONFIG(HDA, 0, 4, iDisp3)
DAI_CONFIG(HDA, 1, 3, iDisp2)
DAI_CONFIG(HDA, 2, 4, iDisp3)
DEBUG_END