Skip to content

Commit 2d70f10

Browse files
committed
topology: use cAVS nocodec support for APL/GLK
Move the existing sof-apl-nocodec to the development folder, in case SOF CI still wants to use it. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
1 parent b5b0b2c commit 2d70f10

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

tools/topology/topology1/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ set(TPLGS
7777
"sof-glk-da7219\;sof-glk-da7219\;-DHEADPHONE=da7219"
7878
"sof-glk-da7219\;sof-glk-cs42l42\;-DHEADPHONE=cs42l42"
7979
"sof-glk-rt5682\;sof-glk-rt5682"
80-
"sof-apl-nocodec\;sof-apl-nocodec"
80+
"sof-cavs-nocodec\;sof-apl-nocodec\;-DPLATFORM=bxt"
81+
"sof-cavs-nocodec\;sof-glk-nocodec\;-DPLATFORM=bxt"
8182
"sof-cavs-nocodec\;sof-cnl-nocodec\;-DPLATFORM=cnl"
8283
"sof-cavs-nocodec\;sof-cml-nocodec\;-DPLATFORM=cml"
8384
"sof-cavs-nocodec\;sof-icl-nocodec\;-DPLATFORM=icl"

tools/topology/topology1/development/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ set(TPLGS
1313
"sof-apl-src-50khz-pcm512x\;sof-apl-src-50khz-pcm512x"
1414
"sof-cml-src-rt5682\;sof-cml-src-rt5682"
1515
"sof-hda-asrc\;sof-hda-asrc-2ch\;-DCHANNELS=2"
16+
"sof-apl-nocodec-ci\;sof-apl-nocodec-ci"
1617
"sof-tgl-nocodec-ci\;sof-tgl-nocodec-ci"
1718
"sof-cml-rt1011-rt5682-nokwd\;sof-cml-rt1011-rt5682-nokwd\;-DCHANNELS=2\;-DDMICPROC_FILTER1=eq_iir_coef_highpass_40hz_20db_48khz.m4\;-DDMIC16KPROC_FILTER1=eq_iir_coef_highpass_40hz_20db_16khz.m4"
1819
"sof-cml-rt1011-rt5682-nokwd\;sof-cml-rt1011-rt5682-eq\;-DCHANNELS=2\;-DDMICPROC_FILTER1=eq_iir_coef_highpass_40hz_20db_48khz.m4\;-DDMIC16KPROC_FILTER1=eq_iir_coef_highpass_40hz_20db_16khz.m4\;-DHSEARPROC=eq-iir-eq-fir-volume\;-DHSMICPROC=eq-fir-volume\;-DSPKPROC=eq-iir-eq-fir-volume"
File renamed without changes.

0 commit comments

Comments
 (0)