Skip to content

Commit

Permalink
topology1: sof-tgl-max98373-rt5682: enable mclk always-on feature
Browse files Browse the repository at this point in the history
Enable mclk always-on feature to remove pop noise during HW_FREE stage.

Signed-off-by: Brent Lu <[email protected]>
(cherry picked from commit f35515a)
  • Loading branch information
brentlu committed Nov 24, 2023
1 parent 1b294ff commit 8db720f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/topology/topology1/sof-tgl-max98373-rt5682.m4
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ DAI_CONFIG(SSP, 0, 0, SSP0-Codec,
SSP_CLOCK(bclk, 3072000, codec_slave),
SSP_CLOCK(fsync, 48000, codec_slave),
SSP_TDM(2, 32, 3, 3),
SSP_CONFIG_DATA(SSP, 0, 32)))
SSP_CONFIG_DATA(SSP, 0, 32, 0, 0, 0, SSP_CC_MCLK_AON)))

# 4 HDMI/DP outputs (ID: 3,4,5,6)
DAI_CONFIG(HDA, 0, 3, iDisp1,
Expand Down

0 comments on commit 8db720f

Please sign in to comment.