From 6527907ac54b15c41f2afda4cc0c7a5a62b480e7 Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Mon, 16 Aug 2021 12:52:22 +0100 Subject: [PATCH] Update esp32_i2s_parallel_v2.c --- esp32_i2s_parallel_v2.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/esp32_i2s_parallel_v2.c b/esp32_i2s_parallel_v2.c index 46a0ce0..fd48d22 100644 --- a/esp32_i2s_parallel_v2.c +++ b/esp32_i2s_parallel_v2.c @@ -84,6 +84,11 @@ static void dma_reset(i2s_dev_t* dev) { dev->lc_conf.in_rst = 0; dev->lc_conf.out_rst = 1; dev->lc_conf.out_rst = 0; + + dev->lc_conf.ahbm_rst = 1; + dev->lc_conf.ahbm_rst = 0; + + } static void fifo_reset(i2s_dev_t* dev) {