fix(i2s): fixed the false buf catenate while use preload

Closes https://github.com/espressif/esp-idf/issues/15775
This commit is contained in:
laokaiyao
2025-04-22 23:03:19 +08:00
parent 165bacc967
commit c5ead79fce
3 changed files with 27 additions and 21 deletions

View File

@@ -186,6 +186,7 @@ esp_err_t i2s_channel_disable(i2s_chan_handle_t handle);
* @param[out] bytes_loaded The bytes that successfully been loaded into the TX DMA buffer
* @return
* - ESP_OK Load data successful
* - ESP_FAIL Failed to push the message queue
* - ESP_ERR_INVALID_ARG NULL pointer or not TX direction
* - ESP_ERR_INVALID_STATE This channel has not stated
*/