mirror of https://github.com/thesofproject/sof.git
topology2: volume-playback: Add all includes
Include add dependencies so that this conf file can be built individually. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
parent
8243b51e8d
commit
e98847bf6e
|
@ -19,6 +19,13 @@
|
|||
#
|
||||
# (source) host.N.playback -> buffer.N.1 -> volume.N.1 -> buffer.N.2 (sink endpoint)
|
||||
#
|
||||
|
||||
<include/common/route.conf>
|
||||
<include/components/buffer.conf>
|
||||
<include/components/host.conf>
|
||||
<include/components/pipeline.conf>
|
||||
<include/components/volume.conf>
|
||||
|
||||
Class.Pipeline."volume-playback" {
|
||||
# include common pipeline attribute definitions
|
||||
<include/pipelines/pipeline-common.conf>
|
||||
|
|
Loading…
Reference in New Issue