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 21af213 commit 599cbeaCopy full SHA for 599cbea
src/Driver/es8388/es8388.c
@@ -235,10 +235,6 @@ error_t es8388_init(codec_config_t *cfg, i2c_bus_handle_t handle)
235
AD_LOGI("Found ES8388");
236
}
237
238
-#ifdef CONFIG_ESP_LYRAT_V4_3_BOARD
239
- headphone_detect_init(get_headphone_detect_gpio());
240
-#endif
241
-
242
243
res |= es_write_reg(ES8388_ADDR, ES8388_DACCONTROL3, 0x04); // 0x04 mute/0x00 unmute&ramp;DAC unmute and disabled digital volume control soft ramp
244
/* Chip Control and Power Management */
0 commit comments