Skip to content

fsl_sai: disable irqs during AC97 register access

If interrupts occur after enabling the SAI RMR but before enabling the SAI TMR during AC97 read register accesses, the FIFO can run full of empty frames and we are not able to receive the expected answer from the codec. Therefore this patch disables IRQs for the current CPU during this critical step.

BCS: 746-001295

Merge request reports