mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-06 12:39:51 +00:00
esp32: use PLL_CLK clock source for I2S
This commit is contained in:
parent
2116cb5fab
commit
2668b53221
@ -220,6 +220,7 @@ static void btstack_audio_esp32_init(void){
|
||||
.communication_format = I2S_COMM_FORMAT_STAND_I2S,
|
||||
.dma_buf_count = DMA_BUFFER_COUNT, // Number of DMA buffers. Max 128.
|
||||
.dma_buf_len = DMA_BUFFER_SAMPLES, // Size of each DMA buffer in samples. Max 1024.
|
||||
.use_apll = true,
|
||||
.intr_alloc_flags = ESP_INTR_FLAG_LEVEL1
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user