Recovered_ALC_Mic_Feature_AK4953_OK_WM8731

This commit is contained in:
Brumi-2021
2022-05-28 22:29:10 +02:00
parent 840da4c685
commit 379ad6dbf0
7 changed files with 368 additions and 110 deletions

View File

@@ -345,8 +345,9 @@ public:
void speaker_disable() {};
void microphone_enable() override {
// TODO: Implement
void microphone_enable(int8_t alc_mode) override {
(void)alc_mode; // to avoid "unused warning" when compiling. (@WM8731 we do not use that parameter)
// TODO: Implement,
}
void microphone_disable() override {