File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
src/AudioTools/CoreAudio/AudioI2S Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -301,17 +301,17 @@ class I2SDriverESP32V1 {
301301#endif
302302 }
303303 }
304- // select APLL clock if possible
305- if (is_pin_mck_output && cfg.use_apll ) {
306- // select clock source
307- #if SOC_I2S_SUPPORTS_APLL
308- result = I2S_CLK_SRC_APLL;
309- LOGI (" clk_src is I2S_CLK_SRC_APLL" );
310- #elif SOC_I2S_SUPPORTS_PLL_F160M
311- result = I2S_CLK_SRC_PLL_160M;
312- LOGI (" clk_src is I2S_CLK_SRC_PLL_160M" );
313- #endif
314- }
304+ // // select APLL clock if possible
305+ // if (is_pin_mck_output && cfg.use_apll) {
306+ // // select clock source
307+ // #if SOC_I2S_SUPPORTS_APLL
308+ // result = I2S_CLK_SRC_APLL;
309+ // LOGI("clk_src is I2S_CLK_SRC_APLL");
310+ // #elif SOC_I2S_SUPPORTS_PLL_F160M
311+ // result = I2S_CLK_SRC_PLL_160M;
312+ // LOGI("clk_src is I2S_CLK_SRC_PLL_160M");
313+ // #endif
314+ // }
315315
316316
317317 return result;
You can’t perform that action at this time.
0 commit comments