MLK-22022: ASoC: imx-si476x: Fix Failure at capture
With command: arecord -D hw:$num,0 -f dat | aplay -D hw:0,0 -f dat &
There is error:
fsl-ssi-dai
202c000.ssi: invalid slot width: 32
fsl-ssi-dai
202c000.ssi: failed to set dai tdm slot
imx-tuner-si476x sound-fm: ASoC: machine hw_params failed: -22
The reason is that slot width 32 is not valid and and set_sysclk
api is removed by commit
b0a7043d5c2c ("ASoC: fsl_ssi: Caculate bit clock
rate using slot number and width").
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Reviewed-by: Viorel Suman <viorel.suman@nxp.com>