From 09944bc058915dc48faac9f2a671e1b7063dbbf7 Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Thu, 4 Aug 2022 14:03:01 +0300 Subject: [PATCH] topology: Add platform definition file for Intel Raptor Lake Start with Alder Lake definitions. Signed-off-by: Kai Vehmanen --- tools/topology/topology1/platform/intel/rpl.m4 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tools/topology/topology1/platform/intel/rpl.m4 diff --git a/tools/topology/topology1/platform/intel/rpl.m4 b/tools/topology/topology1/platform/intel/rpl.m4 new file mode 100644 index 000000000..a36e847e9 --- /dev/null +++ b/tools/topology/topology1/platform/intel/rpl.m4 @@ -0,0 +1,6 @@ +# +# Raptor Lake differentiation for pipelines and components +# + +# no difference yet, use Alder Lake definitions +include(`platform/intel/adl.m4')