From ba9f8fc8abdbb39a5bb4306a353e7bb03509d156 Mon Sep 17 00:00:00 2001 From: Andy Ross Date: Wed, 15 Nov 2023 11:39:51 -0800 Subject: [PATCH] topology1/mt8195: Add Graphviz output markers Add the .dot file header/footer macros. These are benign if unused, and it seems like most other devices have them defined. Signed-off-by: Andy Ross --- tools/topology/topology1/sof-mt8195-mt6359-rt1019-rt5682.m4 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/topology/topology1/sof-mt8195-mt6359-rt1019-rt5682.m4 b/tools/topology/topology1/sof-mt8195-mt6359-rt1019-rt5682.m4 index cfe0a9c3e800..a171e83c3988 100644 --- a/tools/topology/topology1/sof-mt8195-mt6359-rt1019-rt5682.m4 +++ b/tools/topology/topology1/sof-mt8195-mt6359-rt1019-rt5682.m4 @@ -20,6 +20,8 @@ include(`sof/tokens.m4') # Include DSP configuration include(`platform/mediatek/mt8195.m4') +DEBUG_START + # # Define the demux configure # @@ -187,3 +189,5 @@ DAI_CONFIG(AFE, 2, 0, AFE_SOF_UL4, DAI_CONFIG(AFE, 3, 0, AFE_SOF_UL5, AFE_CONFIG(AFE_CONFIG_DATA(AFE, 3, 48000, 2, s16le))) + +DEBUG_END