Skip to content

Commit ea0a1e7

Browse files
committed
topology: sof-glk-cs42l42: enable bclk control
Enable the bclk clock contrl for SSP2. The 10ms bclk delay is no longer needed since bclk is enabled eariler on hw_params. Signed-off-by: Brent Lu <brent.lu@intel.com> (cherry picked from commit 69e6e4e6cbae25c68cf597237663fd06706fa030) Signed-off-by: Brent Lu <brent.lu@intel.com>
1 parent 44d0395 commit ea0a1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/topology/sof-glk-da7219.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ DAI_CONFIG(SSP, 2, 1, SSP2-Codec,
163163
SSP_CLOCK(bclk, 3072000, codec_slave),
164164
SSP_CLOCK(fsync, 48000, codec_slave),
165165
SSP_TDM(2, 32, 3, 3),
166-
SSP_CONFIG_DATA(SSP, 2, 16, 1)))
166+
SSP_CONFIG_DATA(SSP, 2, 16, 1, 0, SSP_CC_BCLK_ES)))
167167
', )
168168

169169
# dmic01 (id: 2)

0 commit comments

Comments
 (0)