Searched refs:i2s_realloc_dma_buffer (Results 1 – 1 of 1) sorted by relevance
549 static esp_err_t i2s_realloc_dma_buffer(i2s_port_t i2s_num, i2s_dma_t *dma_obj) in i2s_realloc_dma_buffer() function1104 ret = i2s_realloc_dma_buffer(i2s_num, p_i2s[i2s_num]->tx); in i2s_set_clk()1110 ret = i2s_realloc_dma_buffer(i2s_num, p_i2s[i2s_num]->rx); in i2s_set_clk()1476 …ESP_RETURN_ON_ERROR(i2s_realloc_dma_buffer(i2s_num, p_i2s[i2s_num]->tx), TAG, "Allocate I2S dma tx… in i2s_init_legacy()1479 …ESP_RETURN_ON_ERROR(i2s_realloc_dma_buffer(i2s_num, p_i2s[i2s_num]->rx), TAG, "Allocate I2S dma rx… in i2s_init_legacy()