hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/sound/soc/fsl/fsl_sai.c
....@@ -230,6 +230,7 @@
230230 if (!sai->is_lsb_first)
231231 val_cr4 |= FSL_SAI_CR4_MF;
232232
233
+ sai->is_dsp_mode = false;
233234 /* DAI mode */
234235 switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
235236 case SND_SOC_DAIFMT_I2S:
....@@ -551,7 +552,7 @@
551552 u32 xcsr, count = 100;
552553
553554 regmap_update_bits(sai->regmap, FSL_SAI_xCSR(tx, ofs),
554
- FSL_SAI_CSR_TERE, 0);
555
+ FSL_SAI_CSR_TERE | FSL_SAI_CSR_BCE, 0);
555556
556557 /* TERE will remain set till the end of current frame */
557558 do {