esp-idf/components/driver/i2s
morris 6b8d4dfe14 gdma: prevent mutli-channels connect to the same peripheral
1. add check in the gdma driver, to prevent multiple channels connecting
   to the same peripheral
2. memory copy DMA ID will occupy the peripheral's DMA ID on some ESP
   targets (e.g. esp32c3/s3). We should search for a free one when
install async memcpy driver.

Closes https://github.com/espressif/esp-idf/issues/10575
2023-02-01 11:06:48 +08:00
..
i2s_common.c gdma: prevent mutli-channels connect to the same peripheral 2023-02-01 11:06:48 +08:00
i2s_pdm.c driver: remove -Wno-format flag 2022-08-18 10:57:12 +08:00
i2s_private.h i2s: fixed the duplicated type name 2022-09-07 11:03:26 +08:00
i2s_std.c driver: remove -Wno-format flag 2022-08-18 10:57:12 +08:00
i2s_tdm.c i2s: fixed tdm mclk doubled issue 2022-11-22 15:57:33 +08:00