Skip to content

Commit

Permalink
topology1: sof-adl-cs35l41: remove pop noise
Browse files Browse the repository at this point in the history
Enable bclk early start to remove speaker pop noise when resuming from
S3 or switching audio path.

Signed-off-by: Brent Lu <[email protected]>
(cherry picked from commit a0cf075)
  • Loading branch information
brentlu authored and mwasko committed Oct 13, 2023
1 parent 2a1364d commit 46261a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/topology/topology1/sof-tgl-max98357a-rt5682.m4
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ ifelse(
SSP_CLOCK(bclk, 6144000, codec_slave),
SSP_CLOCK(fsync, 48000, codec_slave),
SSP_TDM(4, 32, 3, 15),
SSP_CONFIG_DATA(SSP, SPK_SSP_INDEX, 24)))',
SSP_CONFIG_DATA(SSP, SPK_SSP_INDEX, 24, 0, 0, 0, SSP_CC_BCLK_ES)))',
CODEC, `RT5650', `
SSP_CONFIG(I2S, SSP_CLOCK(mclk, MCLK_RATE, codec_mclk_in),
SSP_CLOCK(bclk, 3072000, codec_slave),
Expand Down

0 comments on commit 46261a2

Please sign in to comment.