i2s_write write data in the buffer
stack:
Zephyr on stm32n6 (nucleo_n657x0_q)
When sending a buffer over sai via i2s_write data is written into the buffer.
I expected the TX buffer to be treated as read-only and remain unchanged by the driver.
It's only ever the first 2 numbers.
Why is that?

In attachment a minimal version of a project that displays this issue.
