Skip to content

Commit 2ebc805

Browse files
committed
topology2: sdw-amp-generic: change the spk echo refference pipeline ID
The spk echo refference pipeline ID 22 is the same as 2nd spk pipeline ID. Follow the convention that route and pipeline index start from pcm id * 10 to set it to 120. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
1 parent 9bd6367 commit 2ebc805

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tools/topology/topology2/platform/intel/sdw-amp-generic.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ IncludeByKey.SDW_SPK_ECHO_REF {
10361036
siggen-host-copier-capture [
10371037
{
10381038
direction "capture"
1039-
index 22
1039+
index 120
10401040
Object.Widget.host-copier."1" {
10411041
stream_name "Speaker Echo Reference"
10421042
pcm_id $SDW_SPK_ECHO_REF_PCM_ID
@@ -1064,14 +1064,14 @@ IncludeByKey.SDW_SPK_ECHO_REF {
10641064
Object.Base.route [
10651065
{
10661066
source "alh-copier.Loopback_Virtual.25"
1067-
sink "siggen.22.1"
1067+
sink "siggen.120.1"
10681068
}
10691069
{
10701070
source "module-copier.21.22"
1071-
sink "siggen.22.1"
1071+
sink "siggen.120.1"
10721072
}
10731073
{
1074-
source "siggen.22.1"
1074+
source "siggen.120.1"
10751075
sink "host-copier.$SDW_SPK_ECHO_REF_PCM_ID.capture"
10761076
}
10771077
]

0 commit comments

Comments
 (0)