2019-02-03 08:09:01 +08:00
|
|
|
file(GLOB TPLG_DEPS
|
|
|
|
platform/intel/*.m4
|
|
|
|
platform/common/*.m4
|
|
|
|
common/*.m4
|
|
|
|
m4/*.m4
|
|
|
|
sof/*.m4
|
|
|
|
)
|
|
|
|
|
2019-03-14 22:02:28 +08:00
|
|
|
set(TPLGS
|
2019-03-15 03:38:34 +08:00
|
|
|
"sof-cht-nocodec\;sof-cht-nocodec\;-DPLATFORM=cht"
|
|
|
|
"sof-cht-nocodec\;sof-byt-nocodec\;-DPLATFORM=byt"
|
2019-03-14 22:02:28 +08:00
|
|
|
"sof-cht-max98090\;sof-cht-max98090"
|
|
|
|
"sof-cht-rt5682\;sof-cht-rt5682"
|
2019-02-07 00:08:08 +08:00
|
|
|
"sof-hda-generic\;sof-hda-generic"
|
2019-02-07 00:10:37 +08:00
|
|
|
"sof-hda-generic-idisp\;sof-hda-generic-idisp"
|
2019-03-14 22:02:28 +08:00
|
|
|
"sof-apl-nocodec\;sof-apl-nocodec"
|
|
|
|
"sof-apl-keyword-detect\;sof-apl-keyword-detect"
|
2019-03-15 05:03:05 +08:00
|
|
|
"sof-bdw-codec\;sof-bdw-rt286\;-DCODEC=RT286"
|
|
|
|
"sof-bdw-codec\;sof-bdw-rt5640\;-DCODEC=RT5640"
|
2019-03-15 04:49:26 +08:00
|
|
|
"sof-byt-codec\;sof-byt-rt5640\;-DCODEC=RT5640"
|
|
|
|
"sof-byt-codec\;sof-byt-rt5645\;-DCODEC=RT5645"
|
|
|
|
"sof-byt-codec\;sof-byt-rt5651\;-DCODEC=RT5651"
|
|
|
|
"sof-byt-codec\;sof-byt-da7213\;-DCODEC=DA7213"
|
2019-03-14 22:02:28 +08:00
|
|
|
"sof-cnl-rt274\;sof-cnl-rt274"
|
|
|
|
"sof-hsw-rt5640\;sof-hsw-rt5640"
|
|
|
|
"sof-apl-tdf8532\;sof-apl-tdf8532"
|
|
|
|
"sof-apl-pcm512x\;sof-apl-pcm512x"
|
|
|
|
"sof-apl-pcm512x-nohdmi\;sof-apl-pcm512x-nohdmi"
|
|
|
|
"sof-apl-rt298\;sof-apl-rt298"
|
|
|
|
"sof-apl-wm8804\;sof-apl-wm8804"
|
|
|
|
"sof-apl-da7219\;sof-apl-da7219"
|
|
|
|
"sof-glk-da7219\;sof-glk-da7219"
|
|
|
|
"sof-glk-rt5682\;sof-glk-rt5682"
|
|
|
|
"sof-icl-nocodec\;sof-icl-nocodec"
|
|
|
|
"sof-apl-eq-pcm512x\;sof-apl-eq-pcm512x"
|
|
|
|
"sof-apl-eq-dmic\;sof-apl-eq-dmic"
|
2019-03-15 03:13:24 +08:00
|
|
|
"sof-apl-dmic\;sof-apl-dmic-4ch\;-DCHANNELS=4"
|
|
|
|
"sof-apl-dmic\;sof-apl-dmic-2ch\;-DCHANNELS=2"
|
2019-03-14 22:02:28 +08:00
|
|
|
"sof-icl-dmic-4ch\;sof-icl-dmic-4ch"
|
|
|
|
"sof-apl-src-pcm512x\;sof-apl-src-pcm512x"
|
|
|
|
"sof-cml-rt5682\;sof-cml-rt5682\;-DPLATFORM=cml"
|
|
|
|
"sof-cml-rt5682\;sof-whl-rt5682\;-DPLATFORM=whl"
|
|
|
|
"sof-cml-src-rt5682\;sof-cml-src-rt5682"
|
|
|
|
"sof-cnl-nocodec\;sof-cnl-nocodec"
|
2019-03-18 20:10:06 +08:00
|
|
|
"sof-cml-rt5682-max98357a\;sof-cml-rt5682-max98357a\;-DPLATFORM=cml"
|
2019-02-03 08:09:01 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
add_custom_target(topologies ALL)
|
|
|
|
|
2019-03-14 22:02:28 +08:00
|
|
|
foreach(tplg ${TPLGS})
|
|
|
|
list(GET tplg 0 input)
|
|
|
|
list(GET tplg 1 output)
|
|
|
|
list(LENGTH tplg tplg_len)
|
|
|
|
math(EXPR num_args "${tplg_len} - 1")
|
|
|
|
set(DEFINES "")
|
|
|
|
if (${num_args} GREATER 1)
|
|
|
|
foreach(index RANGE 2 ${num_args})
|
|
|
|
list(GET tplg ${index} custom_define)
|
|
|
|
list(APPEND DEFINES ${custom_define})
|
|
|
|
endforeach()
|
|
|
|
endif()
|
|
|
|
|
2019-02-03 08:09:01 +08:00
|
|
|
add_custom_command(
|
2019-03-14 22:02:28 +08:00
|
|
|
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${output}.conf
|
2019-02-03 08:09:01 +08:00
|
|
|
COMMAND m4
|
2019-03-14 22:02:28 +08:00
|
|
|
${DEFINES}
|
2019-02-03 08:09:01 +08:00
|
|
|
-I ${CMAKE_CURRENT_SOURCE_DIR}/m4
|
|
|
|
-I ${CMAKE_CURRENT_SOURCE_DIR}/common
|
|
|
|
-I ${CMAKE_CURRENT_SOURCE_DIR}/platform/common
|
|
|
|
-I ${CMAKE_CURRENT_SOURCE_DIR}
|
2019-03-14 22:02:28 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/${input}.m4
|
|
|
|
> ${output}.conf
|
2019-02-03 08:09:01 +08:00
|
|
|
DEPENDS ${TPLG_DEPS}
|
|
|
|
VERBATIM
|
|
|
|
USES_TERMINAL
|
|
|
|
)
|
|
|
|
|
|
|
|
add_custom_command(
|
2019-03-14 22:02:28 +08:00
|
|
|
OUTPUT ${output}.tplg
|
|
|
|
COMMAND alsatplg -v 1 -c ${output}.conf -o ${output}.tplg
|
|
|
|
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${output}.conf
|
2019-02-03 08:09:01 +08:00
|
|
|
VERBATIM
|
|
|
|
USES_TERMINAL
|
|
|
|
)
|
|
|
|
|
2019-03-14 22:02:28 +08:00
|
|
|
add_custom_target(topology_${output} DEPENDS ${output}.tplg)
|
|
|
|
add_dependencies(topologies topology_${output})
|
2019-02-03 08:09:01 +08:00
|
|
|
endforeach()
|