From 4572a5a59db01f4c6d96c746159aac89b4242ce3 Mon Sep 17 00:00:00 2001 From: Keyon Jie Date: Mon, 10 Aug 2020 10:15:06 +0800 Subject: [PATCH] test: topology: includes utils.m4 first Move the including of utils.m4 to first as it is needed by other component m4 files. Signed-off-by: Keyon Jie --- tools/test/topology/test-all.m4 | 2 +- tools/test/topology/test-capture.m4 | 2 +- tools/test/topology/test-playback.m4 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/test/topology/test-all.m4 b/tools/test/topology/test-all.m4 index ec12ec5d1..236b503dd 100644 --- a/tools/test/topology/test-all.m4 +++ b/tools/test/topology/test-all.m4 @@ -3,9 +3,9 @@ # # Include topology builder +include(`utils.m4') include(`dai.m4') include(`ssp.m4') -include(`utils.m4') include(`pipeline.m4') # Include TLV library diff --git a/tools/test/topology/test-capture.m4 b/tools/test/topology/test-capture.m4 index 50ea33753..068629f0d 100644 --- a/tools/test/topology/test-capture.m4 +++ b/tools/test/topology/test-capture.m4 @@ -3,10 +3,10 @@ # # Include topology builder +include(`utils.m4') include(`dai.m4') include(`ssp.m4') include(`dmic.m4') -include(`utils.m4') include(`pipeline.m4') # Include TLV library diff --git a/tools/test/topology/test-playback.m4 b/tools/test/topology/test-playback.m4 index 1a73e9e3b..cb1b6f69a 100644 --- a/tools/test/topology/test-playback.m4 +++ b/tools/test/topology/test-playback.m4 @@ -3,10 +3,10 @@ # # Include topology builder +include(`utils.m4') include(`pipeline.m4') include(`dai.m4') include(`ssp.m4') -include(`utils.m4') # Include TLV library include(`common/tlv.m4')