mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-02 19:46:45 -04:00
Ak4951-ALC_base adding WM8731-boost OFF options
This commit is contained in:
parent
379ad6dbf0
commit
745574d3c4
11 changed files with 82 additions and 23 deletions
|
@ -84,7 +84,7 @@ void WM8731::init() {
|
|||
});
|
||||
|
||||
write(AnalogAudioPathControl {
|
||||
.micboost = 1, // Enable 20dB boost
|
||||
.micboost = 0, // Disable 20dB boost by default
|
||||
.mutemic = 0, // Disable mute (unmute)
|
||||
.insel = 1, // Microphone input to ADC
|
||||
.bypass = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue