topology: add virtual widgets for hda_idisp

Add some more virtual widgets to suppress the machine driver errors.

Signed-off-by: Rander Wang <rander.wang@linux.intel.com>
This commit is contained in:
Rander Wang 2019-05-08 14:40:50 +08:00 committed by Tomasz Lauda
parent d50fa6f920
commit 39a373500d
1 changed files with 4 additions and 0 deletions

View File

@ -97,3 +97,7 @@ PCM_PLAYBACK_ADD(HDMI3, 3, PIPELINE_PCM_4)
DAI_CONFIG(HDA, 0, 1, iDisp1)
DAI_CONFIG(HDA, 1, 2, iDisp2)
DAI_CONFIG(HDA, 2, 3, iDisp3)
VIRTUAL_WIDGET(iDisp3 Tx, out_drv, 0)
VIRTUAL_WIDGET(iDisp2 Tx, out_drv, 1)
VIRTUAL_WIDGET(iDisp1 Tx, out_drv, 2)