Commits
Daniel Baluta committed c40799863cd
MLK-14798: arm: dts: imx6ul: Fix wm8960 codec master mode Commit 65e6b5f1b4a7 ("ASoC: wm8960: Fix playback in CPU DAI master mode") broke wm8960 codec master mode by choosing "bad" SYSCLK values. This patch partially reverts commit mentioned above by restoring the SYSCLK values. It turns out that using params_physical_width instead of params_width in the previous patch it is enough to fix CPU DAI mode. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>