Persistent audio mute support revisions (#1169)

* Don't disable DAC when other audio output is using it
* Persistent audio mute revisions
* Moved persistent audio mute code to audio.cpp
* Make "Disable AK speaker amp" take effect immediately
This commit is contained in:
Mark Thompson
2023-06-19 14:06:07 -05:00
committed by GitHub
parent f83027d451
commit fa06df1400
7 changed files with 25 additions and 38 deletions

View File

@@ -69,6 +69,7 @@ void speaker_disable();
void speaker_enable();
void speaker_mute();
void speaker_unmute();
void update_audio_mute();
} /* namespace output */