Mute and unmute audio

This commit is contained in:
eried
2020-06-08 01:22:58 +02:00
parent 2d765f8120
commit 3c304b9fe3
3 changed files with 29 additions and 0 deletions

View File

@@ -341,6 +341,10 @@ public:
headphone_mute();
}
void speaker_enable() {};
void speaker_disable() {};
void microphone_enable() override {
// TODO: Implement
}