topology2: remove virtual_widget

It is a duplicate of virtual.conf

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
Ranjani Sridharan 2021-11-02 12:06:28 -07:00 committed by Liam Girdwood
parent 5c7e82e944
commit b30d6b7c47
1 changed files with 0 additions and 46 deletions

View File

@ -1,46 +0,0 @@
#
# SOF virtual_widget component
#
# A generic virtual_widget component. All attributes defined herein are namespaced
# by alsatplg to "Object.Component.virtual_widget.attribute_name"
#
# Usage: this component can be used by declaring in the "widgets" field of
# a parent object. i.e.
#
# "Object.virtual_widget.name" {
# type "out_drv"
# }
# ]
#
Class.Component."virtual_widget" {
#
# Argument used to construct component: name
#
DefineArgument."name" {
type "string"
}
DefineAttribute.pipeline_id {}
DefineAttribute.no_pm {}
DefineAttribute.widget_type {
type "string"
constraints {
values [
"out_drv"
"input"
]
}
}
attributes {
mandatory [
"no_pm"
"widget_type"
]
}
no_pm "true"
}