topology2: volume-demux-playback: Add all includes

Include all dependencies to be able to build the conf file individually.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
Ranjani Sridharan 2021-11-02 12:51:14 -07:00 committed by Liam Girdwood
parent da6ea477da
commit f29234fba8
1 changed files with 9 additions and 0 deletions

View File

@ -20,6 +20,15 @@
# #
# (source) host.N.playback -> buffer.N.1 -> volume.N.1 -> buffer.N.2 -> muxdemux.N.1 -> buffer.N.3 (sink endpoint) # (source) host.N.playback -> buffer.N.1 -> volume.N.1 -> buffer.N.2 -> muxdemux.N.1 -> buffer.N.3 (sink endpoint)
# #
<include/common/route.conf>
<include/components/buffer.conf>
<include/components/host.conf>
<include/components/muxdemux.conf>
<include/components/pipeline.conf>
<include/components/volume.conf>
<include/controls/bytes.conf>
Class.Pipeline."volume-demux-playback" { Class.Pipeline."volume-demux-playback" {
# Include common pipeline attribute definitions # Include common pipeline attribute definitions
<include/pipelines/pipeline-common.conf> <include/pipelines/pipeline-common.conf>