mirror of
https://github.com/apache/nuttx.git
synced 2026-06-12 14:13:21 +08:00
c91599d34c
The buffer initialization function (`i2s_buf_initialize`) calls `i2s_buf_free`, which performs buffer initialization within a critical section (`spin_lock_irqsave`). If this function is called under the same critical section (same spinlock), initialization will hang.