Skip to content

Commit f558fcf

Browse files
committed
topology2: cavs-sdw: include echo reference file if SDW_ECHO_REF_DAI is
set sdw-amp-echo-ref.conf and sdw-jack-echo-ref.conf are included in the sdw-amp-generic.conf and sdw-jack-generic.conf if needed. But for the function topology usages, we will create the jack/amp function topology and the corresponding echo reference topology separately. Therefore, we need to include the echo reference config files if SDW_ECHO_REF_DAI is set but sdw-jack/amp-generic.conf is not included. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
1 parent 2aca03a commit f558fcf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/topology/topology2/cavs-sdw.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,12 @@ IncludeByKey.SDW_ECHO_REF_DAI {
167167
]
168168
}
169169
]
170+
IncludeByKey.NUM_SDW_AMP_LINKS {
171+
"0" "platform/intel/sdw-amp-echo-ref.conf"
172+
}
173+
IncludeByKey.SDW_JACK {
174+
"false" "platform/intel/sdw-jack-echo-ref.conf"
175+
}
170176
}
171177
}
172178

0 commit comments

Comments
 (0)