topology: jsl-rt1015: PLL input at 50fs is no longer supported

The new recommended settings at 48Khz rate are:

PLL input       SSP bclk
------------------------
64fs            3.073Mhz
100fs           4.8Mhz

Modifying topology to 64fs
This commit is contained in:
Uday M Bhat 2020-07-03 21:02:36 +05:30 committed by Liam Girdwood
parent 123081c34f
commit d2a75ad038
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ define(`SPK_DATA_FORMAT', `s24le')
define(`SET_SSP_CONFIG',
`SSP_CONFIG(I2S, SSP_CLOCK(mclk, 24000000, codec_mclk_in),
SSP_CLOCK(bclk, 2400000, codec_slave),
SSP_CLOCK(bclk, 3072000, codec_slave),
SSP_CLOCK(fsync, 48000, codec_slave),
SSP_TDM(2, 25, 3, 3),
SSP_TDM(2, 32, 3, 3),
SSP_CONFIG_DATA(SSP, 1, 24))')