We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6aefc6 commit dbb84d3Copy full SHA for dbb84d3
src/AudioTools/CoreAudio/AudioI2S/I2SESP32V1.h
@@ -276,6 +276,13 @@ class I2SDriverESP32V1 {
276
LOGI("mclk_multiple=384");
277
}
278
279
+
280
+#if SOC_I2S_HW_VERSION_2
281
+ if (cfg.pin_mck != -1 && !cfg.is_master){
282
+ LOGI("clk_src=I2S_CLK_SRC_EXTERNAL");
283
+ clk_cfg.clk_src = I2S_CLK_SRC_EXTERNAL;
284
+ }
285
+#endif
286
return clk_cfg;
287
288
0 commit comments