Skip to content

Commit ad809eb

Browse files
bardliaolgirdwood
authored andcommitted
topology2: add sof-sdw-generic.tplg
sof-sdw-generic.tplg will be the default topology for new SDCA audio configs. It is not likely be used since the split topologies will be used. However, the sof-sdw-generic.tplg should be present in the file system to avoid the tplg file not exist error. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
1 parent a50bde5 commit ad809eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/topology/topology2/production/tplg-targets-sdca-generic.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
# Array of "input-file-name;output-file-name;comma separated pre-processor variables"
44
list(APPEND TPLGS
55

6+
"cavs-sdw\;sof-sdw-generic\;SDW_DMIC=1,NUM_SDW_AMP_LINKS=1,\
7+
SDW_AMP_FEEDBACK=false,SDW_SPK_STREAM=Playback-SmartAmp,SDW_DMIC_STREAM=Capture-SmartMic,\
8+
SDW_JACK_OUT_STREAM=Playback-SimpleJack,SDW_JACK_IN_STREAM=Capture-SimpleJack"
9+
610
# Split topologies
711
"cavs-sdw\;sof-sdca-jack-id0\;SDW_JACK_OUT_STREAM=Playback-SimpleJack,\
812
SDW_JACK_IN_STREAM=Capture-SimpleJack,NUM_HDMIS=0"

0 commit comments

Comments
 (0)