Integrate linux-imx-kuk/fsl_sai_optional_enable_bclk_with_mclk
Commit: seco-ne/kernel/linux-imx-kuk@d3ef2a17
dts:trizeps8plus: Microphone and line-in support (wm8962)
Add widgets and routing to simple-audio-card node.
BCS 746-001248
--
Commit: seco-ne/kernel/linux-imx-kuk@df1c0462
dts:trizeps8plus: Add support for new audio codec wm8962
Playback on headset output tested. Mic and Line-in support are currently missing. Add "fsl,sai-enable-bclk-with-mclk" flag for sai driver: The bclk must be activated together with the mclk for the wm8962 codec to work in slave mode (sai is in master mode).
BCS 746-000868 746-001264
--
Commit: seco-ne/kernel/linux-imx-kuk@8a8457c2
sound:fsl_sai: Add devicetree flag to enable bclk with mclk
For the WM8962 audio codec it is necassary to enable the bclk along with the mclk when the codec is running in slave mode (sai in master mode). If the "fsl,sai-enable-bclk-with-mclk" flag is applied to a sai node in devicetree, the bclk is now enabled in the fsl_sai_set_bclk function along with the mclk.
BCS 746-001264