Skip to content

Commit

Permalink
topology1/mt8195: Add Graphviz output markers
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
andyross committed Nov 15, 2023
1 parent 6702d33 commit 29df6dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/topology/topology1/sof-mt8195-mt6359-rt1019-rt5682.m4
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ include(`sof/tokens.m4')
# Include DSP configuration
include(`platform/mediatek/mt8195.m4')

DEBUG_START

#
# Define the demux configure
#
Expand Down Expand Up @@ -189,3 +191,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

0 comments on commit 29df6dc

Please sign in to comment.