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 2f5977d commit 5de5993Copy full SHA for 5de5993
src/AudioTools/CoreAudio/AudioI2S/I2SESP32V1.h
@@ -300,9 +300,9 @@ class I2SDriverESP32V1 {
300
LOGE("pin_mclk as input not supported");
301
#endif
302
}
303
-
+ }
304
// select APLL clock if possible
305
- if (is_pin_mck_output && cfg.use_apll) {
+ if (is_pin_mck_output && cfg.use_apll) {
306
// select clock source
307
#if SOC_I2S_SUPPORTS_APLL
308
result = I2S_CLK_SRC_APLL;
@@ -311,8 +311,9 @@ class I2SDriverESP32V1 {
311
result = I2S_CLK_SRC_PLL_160M;
312
LOGI("clk_src is I2S_CLK_SRC_PLL_160M");
313
314
- }
315
+
316
317
return result;
318
319
0 commit comments