zephyr/drivers/dai
Laurentiu Mihalcea e224a41ec8 drivers: dai: sai: don't crash on underrun/overrun
TX/RX FIFO underrun shouldn't crash the RTOS when it occurs.
Also, since this can also happen under "normal" conditions
(i.e: DMA doesn't copy data fast enough from/to SAI's FIFOs)
the software should be able to recover from it.

As such:
	1) Remove `z_irq_spurious()` call.
	2) Clear error flag
	3) De-escalate error message to warning message

Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
2024-08-27 10:50:53 -04:00
..
intel style: drivers: comply with MISRA C:2012 Rule 15.6 2024-08-20 10:33:51 +02:00
nxp drivers: dai: sai: don't crash on underrun/overrun 2024-08-27 10:50:53 -04:00
CMakeLists.txt drivers: dai: add driver for NXP's ESAI 2024-04-03 16:18:50 +01:00
Kconfig drivers: dai: add driver for NXP's ESAI 2024-04-03 16:18:50 +01:00