Hello Franky Hsu,
About this question, there exist 2 kinds of different advice : Yes or No. I just communicated with Software AE (Max) in TaiPei, He gave a patch for you current connection, the code should be sent to you, I can also paste them here, please try it!
--
diff --git a/sound/soc/fsl/fsl_sai.c b/sound/soc/fsl/fsl_sai.c
index 79c23fd..42568d9 100644
--- a/sound/soc/fsl/fsl_sai.c
+++ b/sound/soc/fsl/fsl_sai.c
@@ -860,8 +860,8 @@ static int fsl_sai_probe(struct platform_device *pdev)
}
/* Sync Tx with Rx as default by following old DT binding */
- sai->synchronous[RX] = true;
- sai->synchronous[TX] = false;
+ sai->synchronous[RX] = false;
+ sai->synchronous[TX] = true;
fsl_sai_dai.symmetric_rates = 1;
fsl_sai_dai.symmetric_channels = 1;
fsl_sai_dai.symmetric_samplebits = 1;
Have a great day,
TIC Weidong Sun
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------