mirror of https://github.com/thesofproject/sof.git
topology2: sdw-amp-generic: set virtual widget type output
Widget type snd_soc_dapm_out_drv and snd_soc_dapm_output will be treat
as virtual widget and be ignored in sof topology in kernel.
We need to set type = output or out_drv in topology when it is a virtual
widget.
Fixes: 3835846836
("topology2: sdw-amp-generic: Show all aggregated DAIs on the graph")
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
This commit is contained in:
parent
f796e0a580
commit
601d2bc41e
|
@ -142,7 +142,7 @@ IncludeByKey.NUM_SDW_AMP_LINKS {
|
|||
virtual [
|
||||
{
|
||||
name 'virtual.sdw-amp'
|
||||
type input
|
||||
type output
|
||||
index $ALH_2ND_SPK_ID
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue