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 <andyross@google.com>
  • Loading branch information
andyross committed Mar 7, 2024
1 parent 56eddfe commit cac0fdc
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 @@ -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

0 comments on commit cac0fdc

Please sign in to comment.