From 1571af188b121060a45fcfe91cbf5d1d93f14d87 Mon Sep 17 00:00:00 2001 From: Curtis Malainey Date: Wed, 18 Sep 2019 15:02:29 -0700 Subject: [PATCH] topology: cht-max98090 add missing virtual widgets Topology will fail to probe without these widgets Signed-off-by: Curtis Malainey --- tools/topology/sof-cht-max98090.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/topology/sof-cht-max98090.m4 b/tools/topology/sof-cht-max98090.m4 index 2f17e164d..91785f8b1 100644 --- a/tools/topology/sof-cht-max98090.m4 +++ b/tools/topology/sof-cht-max98090.m4 @@ -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)