mirror of https://github.com/thesofproject/sof.git
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:
parent
d50fa6f920
commit
39a373500d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue