mirror of https://github.com/thesofproject/sof.git
topology2: cavs: rename mixout-capture as mixout-gain-host-copier-capture
Be exhaustive on pipeline contents. Also remove Windows references and copy/pasted comments Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
This commit is contained in:
parent
6a8eb721f2
commit
660c9d2617
|
@ -46,7 +46,7 @@ Object.Pipeline {
|
|||
format s32le
|
||||
}
|
||||
|
||||
mixout-capture.0 {
|
||||
mixout-gain-host-copier-capture.0 {
|
||||
index 3
|
||||
Object.Widget.pipeline.1 {
|
||||
stream_name 'copier.HDA.4.1'
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<host-copier-gain-mixin-playback.conf>
|
||||
<mixout-gain-dai-copier-playback.conf>
|
||||
<mixin-capture.conf>
|
||||
<mixout-capture.conf>
|
||||
<mixout-gain-host-copier-capture.conf>
|
||||
<passthrough-be.conf>
|
||||
<data.conf>
|
||||
<pcm.conf>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
#
|
||||
# mixout based FE capture pipeline
|
||||
# FE capture pipeline: mixout-gain-host-copier-capture
|
||||
#
|
||||
# All attributes defined herein are namespaced
|
||||
# by alsatplg to "Object.Pipeline.mixin-playback.N.attribute_name"
|
||||
# by alsatplg to "Object.Pipeline.mixout-gain-host-copier-capture.N.attribute_name"
|
||||
#
|
||||
# Usage: mixout-capture pipeline object can be instantiated as:
|
||||
# Usage: mixout-gain-host-copier-capture pipeline object can be instantiated as:
|
||||
#
|
||||
# Object.Pipeline.mixout-capture."N" {
|
||||
# Object.Pipeline.mixout-gain-host-copier-capture."N" {
|
||||
# format "s16le"
|
||||
# period 1000
|
||||
# time_domain "timer"
|
||||
|
@ -23,7 +23,7 @@
|
|||
<include/components/pipeline.conf>
|
||||
<include/components/gain.conf>
|
||||
|
||||
Class.Pipeline."mixout-capture" {
|
||||
Class.Pipeline."mixout-gain-host-copier-capture" {
|
||||
|
||||
DefineAttribute."index" {}
|
||||
|
||||
|
@ -43,7 +43,7 @@ Class.Pipeline."mixout-capture" {
|
|||
]
|
||||
|
||||
#
|
||||
# mixout-capture objects instantiated within the same alsaconf node must have
|
||||
# mixout-gain-host-copier-capture objects instantiated within the same alsaconf node must have
|
||||
# unique pipeline_id attribute
|
||||
#
|
||||
unique "instance"
|
Loading…
Reference in New Issue