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