We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e9ae3 commit 2d5d09aCopy full SHA for 2d5d09a
src/AudioTools/CoreAudio/AudioI2S/I2SESP32V1.h
@@ -270,7 +270,7 @@ class I2SDriverESP32V1 {
270
if (cfg.mclk_multiple > 0) {
271
clk_cfg.mclk_multiple = (i2s_mclk_multiple_t)cfg.mclk_multiple;
272
} else {
273
- if (cfg.pin_mck == -1 && cfg.bits_per_sample == 24) {
+ if (cfg.bits_per_sample == 24) {
274
// mclk_multiple' should be the multiple of 3 while using 24-bit
275
clk_cfg.mclk_multiple = I2S_MCLK_MULTIPLE_384;
276
LOGI("mclk_multiple=384");
0 commit comments