topology: cht-max98090 add missing virtual widgets

Topology will fail to probe without these widgets

Signed-off-by: Curtis Malainey <cujomalainey@google.com>
This commit is contained in:
Curtis Malainey 2019-09-18 15:02:29 -07:00 committed by Tomasz Lauda
parent 25c8990d39
commit 1571af188b
1 changed files with 3 additions and 0 deletions

View File

@ -91,3 +91,6 @@ DAI_CONFIG(SSP, 2, 0, SSP2-Codec,
SSP_CLOCK(fsync, 48000, codec_slave),
SSP_TDM(2, 20, 3, 3),
SSP_CONFIG_DATA(SSP, 2, 16)))
VIRTUAL_WIDGET(ssp2 Rx, out_drv, 1)
VIRTUAL_WIDGET(ssp2 Tx, out_drv, 2)